Go to the source code of this file.
|
| Chroma |
| Asqtad Staggered-Dirac operator.
|
|
|
template<typename T > |
void | Chroma::InvBorici_a (const LinearOperator< T > &D_4, const LinearOperatorArray< T > &D_5, const LinearOperatorArray< T > &D_dag_D_5, const T &b, T &x, const Real &tol, const Real &tol_1, const int MaxIter, const int MaxIter5D, const Real &m, int &n_iters) |
|
template<> |
void | Chroma::InvBorici (const LinearOperator< LatticeFermion > &D_4, const LinearOperatorArray< LatticeFermion > &D_5, const LinearOperatorArray< LatticeFermion > &D_dag_D_5, const LatticeFermion &b, LatticeFermion &x, const Real &tol, const Real &tol_1, const int MaxIter, const int MaxIter5D, const Real &m, int &n_iters) |
|