diff --git a/CITATION.cff b/CITATION.cff index e9a7e71..a5989e5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,5 +5,5 @@ authors: given-names: "Harmen Taeke" - family-names: "Nyman" given-names: "Lauri" -title: "ArnoldiMethod.jl: Implicitly Restarted Arnoldi Method, natively in Julia" +title: "ArnoldiMethod.jl: Arnoldi Method with Krylov-Schur restart, natively in Julia" url: "https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl" diff --git a/readme.md b/readme.md index c044234..14c7b27 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ -The Implicitly Restarted Arnoldi Method, natively in Julia. +The Arnoldi Method with Krylov-Schur restart, natively in Julia. ## Docs [![Stable docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://julialinearalgebra.github.io/ArnoldiMethod.jl/stable) [![Latest docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://julialinearalgebra.github.io/ArnoldiMethod.jl/dev)