MINRES
MINRES, or Minimum Residual method, is an iterative technique for solving linear systems of the form Ax = b where A is Hermitian (symmetric in the real case). It seeks approximate solutions x_k within the k-th Krylov subspace K_k(A, r0) that minimize the Euclidean norm of the residual r_k = b − A x_k.
The method builds an orthonormal basis for the Krylov subspace using the Lanczos process, yielding a small
MINRES is particularly suited to symmetric matrices that are indefinite or singular, since it minimizes the
In practice, each iteration involves one matrix-vector product with A and a small, inexpensive least-squares solve;