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

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<typename T >
void Chroma::InvGMRESR_CG_a (const LinearOperatorArray< T > &PrecMM, const LinearOperatorArray< T > &PrecM, const LinearOperatorArray< T > &UnprecM, const multi1d< T > &b, multi1d< T > &x, const Real &epsilon, const Real &epsilon_prec, int MaxGMRESR, int MaxGMRESRPrec, int &n_count)
 
template<>
void Chroma::InvGMRESR_CG (const LinearOperatorArray< LatticeFermion > &PrecMM, const LinearOperatorArray< LatticeFermion > &PrecM, const LinearOperatorArray< LatticeFermion > &UnprecM, const multi1d< LatticeFermion > &b, multi1d< LatticeFermion > &x, const Real &epsilon, const Real &epsilon_prec, int MaxGMRESR, int MaxGMRESRPrec, int &n_count)