I was wondering which method does [scipy.sparse.linalg.eigs][1]
actually implement to calculate the first k eigenvalues and eigenvectors.
I found this http://en.wikipedia.org/wiki/List_of_numerical_analysis_topics#Eigenvalue_algorithms but which one is actually implemented.