JuliaLinearAlgebra / ArnoldiMethod.jl

The Arnoldi Method with Krylov-Schur restart, natively in Julia.
https://julialinearalgebra.github.io/ArnoldiMethod.jl/dev
MIT License
96 stars 18 forks source link

More accurate name #129

Closed haampie closed 7 months ago

haampie commented 7 months ago

Since the method evolved from Sorensen's Implicitly Restarted Arnoldi Method to Stewart's Krylov-Schur idea, I think a more accurate name is "Arnoldi Method with Krylov-Schur restart".

ViralBShah commented 7 months ago

Updated that in the package description on the github page as well (in the top right).