![]() |
CUSP
|
Conjugate Gradient (CG) method. More...
Go to the source code of this file.
Functions | |
| template<typename LinearOperator , typename VectorType1 , typename VectorType2 , typename Monitor , typename Preconditioner > | |
| void | cusp::krylov::cg (const LinearOperator &A, VectorType1 &x, const VectorType2 &b, Monitor &monitor, Preconditioner &M) |
| Conjugate Gradient method. | |
Conjugate Gradient (CG) method.
Definition in file cg.h.