CHROMA
Namespaces
invmr.cc File Reference

Minimal-Residual (MR) for a generic fermion Linear Operator. More...

#include "chromabase.h"
#include "actions/ferm/invert/invmr.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<typename T , typename C >
SystemSolverResults_t Chroma::InvMR_a (const C &M, const T &chi, T &psi, const Real &MRovpar, const Real &RsdMR, int MaxMR, enum PlusMinus isign)
 Minimal-residual (MR) algorithm for a generic Linear Operator. More...
 
template<>
SystemSolverResults_t Chroma::InvMR (const LinearOperator< T > &M, const T &chi, T &psi, const Real &MRovpar, const Real &RsdMR, int MaxMR, enum PlusMinus isign)
 Minimal-residual (MR) algorithm for a generic Linear Operator. More...
 
template<>
SystemSolverResults_t Chroma::InvMR (const LinearOperator< LatticeStaggeredFermion > &M, const LatticeStaggeredFermion &chi, LatticeStaggeredFermion &psi, const Real &MRovpar, const Real &RsdMR, int MaxMR, enum PlusMinus isign)
 

Detailed Description

Minimal-Residual (MR) for a generic fermion Linear Operator.

Definition in file invmr.cc.