标签: python numpy
我发现使用
numpy.linalg.eig(numpy.dot(x.T, x))
返回的特征值是有序的,numpy引用表示 特征值不一定是有序的。 为什么对称矩阵的numpy eig结果排序?这个结果适用于所有对称矩阵吗?