Skip to content

Commit b46b587

Browse files
authored
Docfix minres (#306) (#307)
preconditions are mentioned, but not implemented
1 parent 0b2f1c5 commit b46b587

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/minres.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ Solve Ax = b for (skew-)Hermitian matrices A using MINRES.
183183
!!! note
184184
The residual is computed only approximately.
185185
- `maxiter::Int = size(A, 2)`: maximum number of iterations;
186-
- `Pl`: left preconditioner;
187-
- `Pr`: right preconditioner;
188186
- `log::Bool = false`: keep track of the residual norm in each iteration;
189187
- `verbose::Bool = false`: print convergence information during the iterations.
190188

0 commit comments

Comments
 (0)