Skip to content

Commit

Permalink
a Hermitian matrix -> an Hermitian matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 11, 2023
1 parent 82a7eb1 commit 5ac1058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krylov_processes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export hermitian_lanczos, nonhermitian_lanczos, arnoldi, golub_kahan, saunders_s
#### Input arguments
* `A`: a linear operator that models a Hermitian matrix of dimension n;
* `A`: a linear operator that models an Hermitian matrix of dimension n;
* `b`: a vector of length n;
* `k`: the number of iterations of the Hermitian Lanczos process.
Expand Down

0 comments on commit 5ac1058

Please sign in to comment.