特征值和特征向量 scipy

eigenvalues and eigenvectors scipy

我想知道 [scipy.sparse.linalg.eigs][1] 实际执行哪种方法来计算前 k 个特征值和特征向量。

我找到了这个 http://en.wikipedia.org/wiki/List_of_numerical_analysis_topics#Eigenvalue_algorithms 但实际实现了哪个。

快速查看 scipy documentary 产量:

This function is a wrapper to the ARPACK 1 SNEUPD, DNEUPD, CNEUPD, ZNEUPD, functions which use the Implicitly Restarted Arnoldi Method to find the eigenvalues and eigenvectors