CHROMA
Functions
Chroma::MdagMSysSolverCGEnv Namespace Reference

CG2 system solver namespace. More...

Functions

MdagMSystemSolver< LatticeFermion > * createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperator< LatticeFermion > > A)
 Callback function. More...
 
MdagMSystemSolver< LatticeFermionF > * createFermF (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermionF, multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > > state, Handle< LinearOperator< LatticeFermionF > > A)
 Callback function. More...
 
MdagMSystemSolver< LatticeFermionD > * createFermD (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermionD, multi1d< LatticeColorMatrixD >, multi1d< LatticeColorMatrixD > > > state, Handle< LinearOperator< LatticeFermionD > > A)
 Callback function. More...
 
bool registerAll ()
 Register all the factories. More...
 

Detailed Description

CG2 system solver namespace.

Function Documentation

◆ createFerm()

MdagMSystemSolver<LatticeFermion>* Chroma::MdagMSysSolverCGEnv::createFerm ( XMLReader &  xml_in,
const std::string &  path,
Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > >  state,
Handle< LinearOperator< LatticeFermion > >  A 
)

Callback function.

Definition at line 28 of file syssolver_mdagm_cg.cc.

References Chroma::A().

Referenced by registerAll().

◆ createFermD()

MdagMSystemSolver<LatticeFermionD>* Chroma::MdagMSysSolverCGEnv::createFermD ( XMLReader &  xml_in,
const std::string &  path,
Handle< FermState< LatticeFermionD, multi1d< LatticeColorMatrixD >, multi1d< LatticeColorMatrixD > > >  state,
Handle< LinearOperator< LatticeFermionD > >  A 
)

Callback function.

Definition at line 48 of file syssolver_mdagm_cg.cc.

References Chroma::A().

Referenced by registerAll().

◆ createFermF()

MdagMSystemSolver<LatticeFermionF>* Chroma::MdagMSysSolverCGEnv::createFermF ( XMLReader &  xml_in,
const std::string &  path,
Handle< FermState< LatticeFermionF, multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > >  state,
Handle< LinearOperator< LatticeFermionF > >  A 
)

Callback function.

Definition at line 38 of file syssolver_mdagm_cg.cc.

References Chroma::A().

Referenced by registerAll().

◆ registerAll()

bool Chroma::MdagMSysSolverCGEnv::registerAll ( )