issues
search
JuliaLinearAlgebra
/
ArnoldiMethod.jl
The Arnoldi Method with Krylov-Schur restart, natively in Julia.
https://julialinearalgebra.github.io/ArnoldiMethod.jl/dev
MIT License
102
stars
18
forks
source link
Algorithmic roadmap
#67
Open
haampie
opened
6 years ago
haampie
commented
6 years ago
Open issues:
[x] Deflation
[x] Early locking (#71) --- implemented via Krylov-Schur
[x] Purging / removing eigenvalues that are unwanted (
http://www.netlib.org/utk/people/JackDongarra/etemplates/node232.html
). Plus: determining if an eigenvalue is unwanted (#80) --- implemented via Krylov-Schur
[x] Reordering of the Schur form such that eigenvalues closest to the specified target appear first (more or less covered by #71)
[ ] B-inner product for generalized problems (#50)
[ ] Tricks: improve eigenvector approximation in certain spectral transformations (
http://www.netlib.org/utk/people/JackDongarra/etemplates/node233.html
)
Finished:
[x] Handle close-to-0 eigenvalue better; stopping criterion is probably to strict for them now. (#72)
Open issues:
Finished: