Skip to content

Commit 8f17a0e

Browse files
authored
Merge branch 'master' into deterministic_rng
2 parents f80907c + b46b587 commit 8f17a0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/minres.jl

-2
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)