Skip to content

Commit

Permalink
add eager = false to docstring of Arnoldi KrylovAlgorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVanthilt committed May 18, 2024
1 parent da91706 commit 9f54c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ end

"""
Arnoldi(; krylovdim = KrylovDefaults.krylovdim, maxiter = KrylovDefaults.maxiter,
tol = KrylovDefaults.tol, orth = KrylovDefaults.orth, verbosity = 0)
tol = KrylovDefaults.tol, orth = KrylovDefaults.orth, eager = false, verbosity = 0)
Represents the Arnoldi algorithm for building the Krylov subspace for a general matrix or
linear operator. Can be used in `eigsolve` and `exponentiate`. The corresponding algorithms
Expand Down

0 comments on commit 9f54c7a

Please sign in to comment.