|
CHROMA
|
FGMRESDR 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... | |
| const std::string | name ("FGMRESDR_INVERTER") |
| Name to be used. More... | |
| bool | registerAll () |
| Register all the factories. More... | |
Variables | |
| static bool | registered = false |
| Local registration flag. More... | |
FGMRESDR system solver namespace.
| LinOpSystemSolver<LatticeFermion>* Chroma::LinOpSysSolverFGMRESDREnv::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 21 of file syssolver_linop_fgmres_dr.cc.
References Chroma::A(), and Chroma::state.
Referenced by registerAll().
| const std::string Chroma::LinOpSysSolverFGMRESDREnv::name | ( | "FGMRESDR_INVERTER" | ) |
Name to be used.
Referenced by registerAll().
| bool Chroma::LinOpSysSolverFGMRESDREnv::registerAll | ( | ) |
Register all the factories.
Register the syssolver.
Definition at line 37 of file syssolver_linop_fgmres_dr.cc.
References createFerm(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name(), and registered.
Referenced by Chroma::LinOpSysSolverEnv::registerAll().
|
static |
Local registration flag.
Definition at line 34 of file syssolver_linop_fgmres_dr.cc.
Referenced by registerAll().