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.
2 parents f80907c + b46b587 commit 8f17a0eCopy full SHA for 8f17a0e
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