CHROMA
Functions | Variables
Chroma::MdagMSysSolverBiCGStabEnv 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)
 
MdagMSystemSolver< LatticeFermionD > * createFermD (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermionD, multi1d< LatticeColorMatrixD >, multi1d< LatticeColorMatrixD > > > state, Handle< LinearOperator< LatticeFermionD > > A)
 
const std::string name ("BICGSTAB_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.

BiCGStab system solver namespace.

Function Documentation

◆ createFerm()

MdagMSystemSolver<LatticeFermion>* Chroma::MdagMSysSolverBiCGStabEnv::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 18 of file syssolver_mdagm_bicgstab.cc.

References Chroma::A().

Referenced by registerAll().

◆ createFermD()

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

Definition at line 34 of file syssolver_mdagm_bicgstab.cc.

References Chroma::A().

Referenced by registerAll().

◆ createFermF()

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

Definition at line 26 of file syssolver_mdagm_bicgstab.cc.

References Chroma::A().

Referenced by registerAll().

◆ name()

const std::string Chroma::MdagMSysSolverBiCGStabEnv::name ( "BICGSTAB_INVERTER"  )

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::MdagMSysSolverBiCGStabEnv::registerAll ( )

Variable Documentation

◆ registered

bool Chroma::MdagMSysSolverBiCGStabEnv::registered = false
static

Local registration flag.

Definition at line 47 of file syssolver_mdagm_bicgstab.cc.

Referenced by registerAll().