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