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 , typename RT > | |
SystemSolverResults_t | Chroma::InvCG2_a (const LinearOperator< T > &M, const T &chi, T &psi, const RT &RsdCG, int MaxCG) |
Conjugate-Gradient (CGNE) algorithm for a generic Linear Operator. More... | |
SystemSolverResults_t | Chroma::InvCG2 (const LinearOperator< LatticeFermionF > &M, const LatticeFermionF &chi, LatticeFermionF &psi, const Real &RsdCG, int MaxCG) |
Conjugate-Gradient (CGNE) algorithm for a generic Linear Operator. More... | |
SystemSolverResults_t | Chroma::InvCG2 (const LinearOperator< LatticeFermionD > &M, const LatticeFermionD &chi, LatticeFermionD &psi, const Real &RsdCG, int MaxCG) |
SystemSolverResults_t | Chroma::InvCG2 (const LinearOperator< LatticeStaggeredFermionF > &M, const LatticeStaggeredFermionF &chi, LatticeStaggeredFermionF &psi, const Real &RsdCG, int MaxCG) |
SystemSolverResults_t | Chroma::InvCG2 (const LinearOperator< LatticeStaggeredFermionD > &M, const LatticeStaggeredFermionD &chi, LatticeStaggeredFermionD &psi, const Real &RsdCG, int MaxCG) |
Conjugate-Gradient algorithm for a generic Linear Operator.
Definition in file invcg2.cc.