Go to the source code of this file.
|
| Chroma |
| Asqtad Staggered-Dirac operator.
|
|
|
template<typename T > |
void | Chroma::InvGMRESR_CG_a (const LinearOperatorArray< T > &PrecMM, const LinearOperatorArray< T > &PrecM, const LinearOperatorArray< T > &UnprecM, const multi1d< T > &b, multi1d< T > &x, const Real &epsilon, const Real &epsilon_prec, int MaxGMRESR, int MaxGMRESRPrec, int &n_count) |
|
template<> |
void | Chroma::InvGMRESR_CG (const LinearOperatorArray< LatticeFermion > &PrecMM, const LinearOperatorArray< LatticeFermion > &PrecM, const LinearOperatorArray< LatticeFermion > &UnprecM, const multi1d< LatticeFermion > &b, multi1d< LatticeFermion > &x, const Real &epsilon, const Real &epsilon_prec, int MaxGMRESR, int MaxGMRESRPrec, int &n_count) |
|