Why are eigenvectors returned as columns and not rows in Numpy?

前端 未结 0 582
半阙折子戏
半阙折子戏 2021-01-30 01:13

When evaluating for eigenvectors, NumPy returns them as column vectors, what is the reasoning behind this?

array([[ 0.35468106,  0.74691448, -0.56242342],
                


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