CHROMA
Namespaces | Functions
inv_rel_gmresr_cg.cc File Reference
#include "chromabase.h"
#include "actions/ferm/invert/inv_rel_cg1.h"
#include "actions/ferm/invert/inv_rel_gmresr_cg.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<typename T >
void Chroma::InvRelGMRESR_CG_a (const LinearOperator< T > &PrecMM, const LinearOperator< T > &UnprecMM, const T &b, T &x, const Real &epsilon, const Real &epsilon_prec, int MaxGMRESR, int MaxGMRESRPrec, int &n_count)
 
template<>
void Chroma::InvRelGMRESR_CG (const LinearOperator< LatticeFermion > &PrecMM, const LinearOperator< LatticeFermion > &UnprecMM, const LatticeFermion &b, LatticeFermion &x, const Real &epsilon, const Real &epsilon_prec, int MaxGMRESR, int MaxGMRESRPrec, int &n_count)