CHROMA
Functions | Variables
Chroma::MdagMMultiSysSolverCGArrayEnv Namespace Reference

CG system solver namespace. More...

Functions

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

CG system solver namespace.

Function Documentation

◆ createFerm()

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

Callback function.

Definition at line 17 of file multi_syssolver_mdagm_cg_array.cc.

References Chroma::A().

Referenced by registerAll().

◆ name()

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

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::MdagMMultiSysSolverCGArrayEnv::registerAll ( )

Variable Documentation

◆ registered

bool Chroma::MdagMMultiSysSolverCGArrayEnv::registered = false
static

Local registration flag.

Definition at line 29 of file multi_syssolver_mdagm_cg_array.cc.

Referenced by registerAll().