3 main methods:
- CG: conjugate gradients; for symmetric positive definite matrices
- MINRES: for symmetric matrices
- GMRES: for general matrices
Compared to classical iterative methods based on splitting, Krylov methods get much more accurate estimates by using the Krylov subspace:
The goal of these methods is to find an βoptimalβ solution in the Krylov subspace.
We search for solutions of the form
where is an orthogonal basis of the Krylov subspace . Vector is defined as
What norm should we use?
The naive choice is
But solving the least-squares problem requires knowing . This is not possible, unfortunately. So other ideas are required.