CHROMA
Functions | Variables
Chroma::MdagMSysSolverCGArrayEnv Namespace Reference

CG2 system solver namespace. More...

Functions

MdagMSystemSolverArray< LatticeFermion > * createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperatorArray< 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()

MdagMSystemSolverArray<LatticeFermion>* Chroma::MdagMSysSolverCGArrayEnv::createFerm ( XMLReader &  xml_in,
const std::string &  path,
Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > >  state,
Handle< LinearOperatorArray< LatticeFermion > >  A 
)

Callback function.

Definition at line 17 of file syssolver_mdagm_cg_array.cc.

References Chroma::A().

Referenced by registerAll().

◆ name()

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

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::MdagMSysSolverCGArrayEnv::registerAll ( )

Variable Documentation

◆ registered

bool Chroma::MdagMSysSolverCGArrayEnv::registered = false
static

Local registration flag.

Definition at line 35 of file syssolver_mdagm_cg_array.cc.

Referenced by registerAll().