CHROMA
|
MR 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... | |
const std::string | name ("MR_INVERTER") |
Name to be used. More... | |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
static bool | registered = false |
Local registration flag. More... | |
MR system solver namespace.
MdagMSystemSolver<LatticeFermion>* Chroma::MdagMSysSolverMREnv::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_mdagm_mr.cc.
References Chroma::A().
Referenced by registerAll().
MdagMSystemSolver<LatticeFermionD>* Chroma::MdagMSysSolverMREnv::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 37 of file syssolver_mdagm_mr.cc.
References Chroma::A().
Referenced by registerAll().
MdagMSystemSolver<LatticeFermionF>* Chroma::MdagMSysSolverMREnv::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 27 of file syssolver_mdagm_mr.cc.
References Chroma::A().
Referenced by registerAll().
const std::string Chroma::MdagMSysSolverMREnv::name | ( | "MR_INVERTER" | ) |
Name to be used.
Referenced by registerAll().
bool Chroma::MdagMSysSolverMREnv::registerAll | ( | ) |
Register all the factories.
Register the syssolver.
Definition at line 53 of file syssolver_mdagm_mr.cc.
References createFerm(), createFermD(), createFermF(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name(), and registered.
|
static |
Local registration flag.
Definition at line 50 of file syssolver_mdagm_mr.cc.
Referenced by registerAll().