We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2f1c5 commit b46b587Copy full SHA for b46b587
src/minres.jl
@@ -183,8 +183,6 @@ Solve Ax = b for (skew-)Hermitian matrices A using MINRES.
183
!!! note
184
The residual is computed only approximately.
185
- `maxiter::Int = size(A, 2)`: maximum number of iterations;
186
-- `Pl`: left preconditioner;
187
-- `Pr`: right preconditioner;
188
- `log::Bool = false`: keep track of the residual norm in each iteration;
189
- `verbose::Bool = false`: print convergence information during the iterations.
190
0 commit comments