Go to the source code of this file.
|
| Chroma |
| Asqtad Staggered-Dirac operator.
|
|
|
template<typename T > |
void | Chroma::InvRelGMRESR_SUMR_a (const LinearOperator< T > &PrecU, const Complex &zeta, const Real &rho, const LinearOperator< T > &UnprecU, const T &b, T &x, const Real &epsilon, const Real &epsilon_prec, int MaxGMRESR, int MaxGMRESRPrec, int &n_count) |
|
template<> |
void | Chroma::InvRelGMRESR_SUMR (const LinearOperator< LatticeFermion > &PrecU, const Complex &zeta, const Real &rho, const LinearOperator< LatticeFermion > &UnprecU, const LatticeFermion &b, LatticeFermion &x, const Real &epsilon, const Real &epsilon_prec, int MaxGMRESR, int MaxGMRESRPrec, int &n_count) |
|