Go to the source code of this file.
|
| Chroma |
| Asqtad Staggered-Dirac operator.
|
|
|
template<typename T > |
void | Chroma::InvRelGMRESR_CG_a (const LinearOperator< T > &PrecMM, const LinearOperator< T > &UnprecMM, const T &b, T &x, const Real &epsilon, const Real &epsilon_prec, int MaxGMRESR, int MaxGMRESRPrec, int &n_count) |
|
template<> |
void | Chroma::InvRelGMRESR_CG (const LinearOperator< LatticeFermion > &PrecMM, const LinearOperator< LatticeFermion > &UnprecMM, const LatticeFermion &b, LatticeFermion &x, const Real &epsilon, const Real &epsilon_prec, int MaxGMRESR, int MaxGMRESRPrec, int &n_count) |
|