CHROMA
|
Conjugate-Gradient algorithm for a generic Linear Operator. More...
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Functions | |
template<typename T > | |
void | Chroma::InvRelCG2_a (const LinearOperator< T > &M, const T &chi, T &psi, const Real &RsdCG, int MaxCG, int &n_count) |
Conjugate-Gradient (CGNE) algorithm for a generic Linear Operator. More... | |
template<> | |
void | Chroma::InvRelCG2 (const LinearOperator< T > &M, const T &chi, T &psi, const Real &RsdCG, int MaxCG, int &n_count) |
Relaxed Conjugate-Gradient (CGNE) algorithm for a generic Linear Operator. More... | |
Conjugate-Gradient algorithm for a generic Linear Operator.
Definition in file inv_rel_cg2.cc.