CHROMA
|
Multishift Conjugate-Gradient algorithm for a Linear Operator. More...
#include "linearop.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Functions | |
template<> | |
void | Chroma::MInvCG (const LinearOperator< LatticeFermion > &M, const LatticeFermion &chi, multi1d< LatticeFermion > &psi, const multi1d< Real > &shifts, const multi1d< Real > &RsdCG, int MaxCG, int &n_count) |
template<> | |
void | Chroma::MInvCG (const DiffLinearOperator< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &M, const LatticeFermion &chi, multi1d< LatticeFermion > &psi, const multi1d< Real > &shifts, const multi1d< Real > &RsdCG, int MaxCG, int &n_count) |
Multishift Conjugate-Gradient algorithm for a Linear Operator.
Definition in file minvcg.h.