Conjugate Gradient (CG) method. More...
Go to the source code of this file.
Functions | |
| template<class LinearOperator , class Vector , class Monitor , class Preconditioner > | |
| void | cusp::krylov::cg (LinearOperator &A, Vector &x, Vector &b, Monitor &monitor, Preconditioner &M) |
| Conjugate Gradient method. More... | |
Conjugate Gradient (CG) method.
Definition in file cg.h.
1.8.6