CHROMA
Namespaces | Functions | Variables
multi_syssolver_mdagm_cg_accumulate.cc File Reference

Solve a MdagM*psi=chi linear system by CG2. More...

#include "actions/ferm/invert/multi_syssolver_mdagm_accumulate_factory.h"
#include "actions/ferm/invert/multi_syssolver_mdagm_accumulate_aggregate.h"
#include "actions/ferm/invert/multi_syssolver_mdagm_cg_accumulate.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::MdagMMultiSysSolverAccumulateCGEnv
 CG2 system solver namespace.
 

Functions

MdagMMultiSystemSolverAccumulate< LatticeFermion > * Chroma::MdagMMultiSysSolverAccumulateCGEnv::createFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperator< LatticeFermion > > A)
 Callback function. More...
 
const std::string Chroma::MdagMMultiSysSolverAccumulateCGEnv::name ("CG_INVERTER")
 Name to be used. More...
 
bool Chroma::MdagMMultiSysSolverAccumulateCGEnv::registerAll ()
 Register all the factories. More...
 

Variables

static bool Chroma::MdagMMultiSysSolverAccumulateCGEnv::registered = false
 Local registration flag. More...
 

Detailed Description

Solve a MdagM*psi=chi linear system by CG2.

Definition in file multi_syssolver_mdagm_cg_accumulate.cc.