CHROMA
Functions | Variables
Chroma::LinOpSysSolverBiCRStabEnv Namespace Reference

MR system solver namespace. More...

Functions

LinOpSystemSolver< LatticeFermion > * createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperator< LatticeFermion > > A)
 Callback function. More...
 
LinOpSystemSolver< LatticeFermionF > * createFermF (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermionF, multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > > state, Handle< LinearOperator< LatticeFermionF > > A)
 Callback function. More...
 
LinOpSystemSolver< LatticeStaggeredFermion > * createStagFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperator< LatticeStaggeredFermion > > A)
 Callback function. More...
 
const std::string name ("BICRSTAB_INVERTER")
 Name to be used. More...
 
bool registerAll ()
 Register all the factories. More...
 

Variables

static bool registered = false
 Local registration flag. More...
 

Detailed Description

MR system solver namespace.

BICGSTAB system solver namespace.

Function Documentation

◆ createFerm()

LinOpSystemSolver<LatticeFermion>* Chroma::LinOpSysSolverBiCRStabEnv::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 17 of file syssolver_linop_bicrstab.cc.

References Chroma::A().

Referenced by registerAll().

◆ createFermF()

LinOpSystemSolver<LatticeFermionF>* Chroma::LinOpSysSolverBiCRStabEnv::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 26 of file syssolver_linop_bicrstab.cc.

References Chroma::A().

Referenced by registerAll().

◆ createStagFerm()

LinOpSystemSolver<LatticeStaggeredFermion>* Chroma::LinOpSysSolverBiCRStabEnv::createStagFerm ( XMLReader &  xml_in,
const std::string &  path,
Handle< LinearOperator< LatticeStaggeredFermion > >  A 
)

Callback function.

Definition at line 36 of file syssolver_linop_bicrstab.cc.

References Chroma::A().

◆ name()

const std::string Chroma::LinOpSysSolverBiCRStabEnv::name ( "BICRSTAB_INVERTER"  )

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::LinOpSysSolverBiCRStabEnv::registerAll ( )

Variable Documentation

◆ registered

bool Chroma::LinOpSysSolverBiCRStabEnv::registered = false
static

Local registration flag.

Definition at line 49 of file syssolver_linop_bicrstab.cc.

Referenced by registerAll().