Skip to content

Commit

Permalink
More accurate name (#129)
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
haampie authored Feb 12, 2024
1 parent 6da9af4 commit 98ca1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 98ca1b2

Please sign in to comment.