yixuan / spectra

A header-only C++ library for large scale eigenvalue problems
https://spectralib.org
Mozilla Public License 2.0
750 stars 131 forks source link

Krylov-Schur Solver #130

Closed dotnotlock closed 3 years ago

dotnotlock commented 3 years ago

Hello,

im interested in how to implement my own solver. Especially a Krylov-Schur Algorithm. I have seen that a class for schur decomposition already exists in LinAlg.

Any suggestion or simple examples how to implement the Krylov-Schur Algorithm for Spectra?

thanks in advance

dotnotlock commented 3 years ago

Solved by Implementing KrylovSchurSolver in Spectra. More details coming soon.