Skip to content

Commit

Permalink
Merge branch 'master' into deterministic_rng
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Dec 14, 2021
2 parents f80907c + b46b587 commit 8f17a0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/minres.jl
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ Solve Ax = b for (skew-)Hermitian matrices A using MINRES.
!!! note
The residual is computed only approximately.
- `maxiter::Int = size(A, 2)`: maximum number of iterations;
- `Pl`: left preconditioner;
- `Pr`: right preconditioner;
- `log::Bool = false`: keep track of the residual norm in each iteration;
- `verbose::Bool = false`: print convergence information during the iterations.
Expand Down

0 comments on commit 8f17a0e

Please sign in to comment.