CHROMA
Functions | Variables
Chroma::LinOpSysSolverCGArrayEnv Namespace Reference

CG1 system solver namespace. More...

Functions

LinOpSystemSolverArray< 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

CG1 system solver namespace.

Function Documentation

◆ createFerm()

LinOpSystemSolverArray<LatticeFermion>* Chroma::LinOpSysSolverCGArrayEnv::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_linop_cg_array.cc.

References Chroma::A().

Referenced by registerAll().

◆ name()

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

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::LinOpSysSolverCGArrayEnv::registerAll ( )

Variable Documentation

◆ registered

bool Chroma::LinOpSysSolverCGArrayEnv::registered = false
static

Local registration flag.

Definition at line 34 of file syssolver_linop_cg_array.cc.

Referenced by registerAll().