Go to the source code of this file.
|
| | Chroma |
| | Asqtad Staggered-Dirac operator.
|
| |
|
| template<typename T > |
| void | Chroma::MInvSUMR_a (const LinearOperator< T > &U, const T &b, multi1d< T > &x, const multi1d< Complex > &zeta, const multi1d< Real > &rho, const multi1d< Real > &epsilon, int MaxSUMR, int &n_count) |
| |
| template<> |
| void | Chroma::MInvSUMR (const LinearOperator< LatticeFermion > &U, const LatticeFermion &b, multi1d< LatticeFermion > &x, const multi1d< Complex > &zeta, const multi1d< Real > &rho, const multi1d< Real > &epsilon, int MaxSUMR, int &n_count) |
| |