Array of Matrices with Different sizes in C

后端 未结 0 1937
有刺的猬
有刺的猬 2020-12-23 12:57

I am trying to make an array of say 3 matrices with different sizes:

Array ={ {{1, 2, 3}, {10, 20, 30}},
         {{4, 5}, {40, 50}, {400, 500}},
         {{6         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题