The conjugate gradient method is a numerical algorithm that solves a system of linear equations
If the matrix 'A' is ill-conditioned, i.e. it has a large condition number , it is often useful to use a preconditioning matrix that is chosen such that and solve the system
instead.
External links
- Preconditioned Conjugate Gradient – math-linux.com