Skip to content

Commit

Permalink
Docfix minres (#306) (#307)
Browse files Browse the repository at this point in the history
preconditions are mentioned, but not implemented
  • Loading branch information
mschauer authored Nov 23, 2021
1 parent 0b2f1c5 commit b46b587
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 b46b587

Please sign in to comment.