MINRES – Minimum Residual Method

Usage:

-ksp_type minres

Options: none

These methods are computational alternatives for CG for coefficient matrices that are symmetric but possibly indefinite. SYMMLQ will generate the same solution iterates as CG if the coefficient matrix is symmetric positive definite.

The operator and the preconditioner must be positive definite for this method.

Back to Main Page