Does Python support declaring a matrix column-wise?

后端 未结 0 805
半阙折子戏
半阙折子戏 2021-01-15 14:02

In Python numpy when declaring matrices I use np.array([[row 1], [row 2], . . . [row n]]) form. This is declaring a matrix row-wise. Is their any facility

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