CHROMA
|
Multishift Conjugate-Gradient algorithm for a Linear Operator. More...
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Functions | |
template<typename T > | |
void | Chroma::MInvRelCG_a (const LinearOperator< T > &A, const T &chi, multi1d< T > &psi, const multi1d< Real > &shifts, const multi1d< Real > &RsdCG, int MaxCG, int &n_count) |
Multishift Conjugate-Gradient (CG1) algorithm for a Linear Operator. More... | |
template<> | |
void | Chroma::MInvRelCG (const LinearOperator< LatticeFermion > &M, const LatticeFermion &chi, multi1d< LatticeFermion > &psi, const multi1d< Real > &shifts, const multi1d< Real > &RsdCG, int MaxCG, int &n_count) |
Multishift Conjugate-Gradient algorithm for a Linear Operator.
Definition in file minv_rel_cg.cc.