Closed noahgolmant closed 5 years ago
Add [scipy.sparse.linalg] hook to run Lanczos for the top k eigenvalues/eigenvectors instead of power iteration.
scipy.sparse.linalg
Solves #3.
Hessian results have good eigenvalue estimates, but worse eigenvector results compared to power iteration:
Add [
scipy.sparse.linalg
] hook to run Lanczos for the top k eigenvalues/eigenvectors instead of power iteration.Solves #3.