CHROMA
Functions | Variables
Chroma::MdagMMultiSysSolverAccumulateCGEnv Namespace Reference

CG2 system solver namespace. More...

Functions

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

Variables

static bool registered = false
 Local registration flag. More...
 

Detailed Description

CG2 system solver namespace.

Function Documentation

◆ createFerm()

MdagMMultiSystemSolverAccumulate<LatticeFermion>* Chroma::MdagMMultiSysSolverAccumulateCGEnv::createFerm ( XMLReader &  xml_in,
const std::string &  path,
Handle< LinearOperator< LatticeFermion > >  A 
)

Callback function.

Definition at line 18 of file multi_syssolver_mdagm_cg_accumulate.cc.

References Chroma::A().

Referenced by registerAll().

◆ name()

const std::string Chroma::MdagMMultiSysSolverAccumulateCGEnv::name ( "CG_INVERTER"  )

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::MdagMMultiSysSolverAccumulateCGEnv::registerAll ( )

Variable Documentation

◆ registered

bool Chroma::MdagMMultiSysSolverAccumulateCGEnv::registered = false
static

Local registration flag.

Definition at line 29 of file multi_syssolver_mdagm_cg_accumulate.cc.

Referenced by registerAll().