Skip to content

Commit

Permalink
Update cg_lanczos_shift.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Feb 16, 2025
1 parent 495e631 commit 3d40727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cg_lanczos_shift.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ of size n. The method does _not_ abort if A + αI is not definite.
* `M`: linear operator that models a Hermitian positive-definite matrix of size `n` used for centered preconditioning;
* `ldiv`: define whether the preconditioner uses `ldiv!` or `mul!`;
* `check_curvature`: if `true`, check that the curvature of the quadratic along the search direction is positive, and abort if not, unless `linesearch` is also `true`;
* `check_curvature`: if `true`, check that the curvature of the quadratic along the search direction is positive, and abort if not;
* `atol`: absolute stopping tolerance based on the residual norm;
* `rtol`: relative stopping tolerance based on the residual norm;
* `itmax`: the maximum number of iterations. If `itmax=0`, the default number of iterations is set to `2n`;
Expand Down

0 comments on commit 3d40727

Please sign in to comment.