felipeZ / eigenvalues

symmetric matrices algorithms to compute eigenvalue/eigenvector pairs
Apache License 2.0
42 stars 11 forks source link

Deflate the converged eigenvalues #5

Open felipeZ opened 5 years ago

felipeZ commented 5 years ago

Once a given eigenvalue/eigenvector has converged it should be deflect to improve the convergence of the to other eigenvalues/eigenvectors see this paper

felipeZ commented 4 years ago

Deflation can be memory expensive since the deflated matrix should also be stored