Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
cg_m.h File Reference

Multi-mass Conjugate Gradient (CG-M) method. More...

Go to the source code of this file.

Functions

template<class LinearOperator , class VectorType1 , class VectorType2 , class VectorType3 , class Monitor >
thrust::detail::enable_if_convertible
< typename
LinearOperator::format,
cusp::known_format >::type 
cusp::krylov::cg_m (LinearOperator &A, VectorType1 &x, VectorType2 &b, VectorType3 &sigma, Monitor &monitor)
 Multi-mass Conjugate Gradient method. More...
 

Detailed Description

Multi-mass Conjugate Gradient (CG-M) method.

Definition in file cg_m.h.