How to make a convert a 1d array to a 3d array in python that each floor is built in column-major order?

后端 未结 0 1910
逝去的感伤
逝去的感伤 2021-01-17 15:14

I am trying to convert a 1d array to a 3d array where each floor of the 3d array is built in the column-major order. So for example, if I have

A = np.array([i         


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