Algorithm | Cost at iteration | Space total | Time total |
---|---|---|---|
CG | |||
GMRES |
- GMRES struggles with large .
- The algorithm is often restarted when gets too large to reduce the space and time costs.
- But restarting slows down the convergence and leads to more iterations.
Sparse-matrix vector products, Krylov subspace, Krylov methods for sparse systems, CG, GMRES