CHROMA
Functions
Chroma::LinOpSysSolverReliableCGCloverEnv Namespace Reference

Richardson 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)
 
bool registerAll ()
 Register all the factories. More...
 

Detailed Description

Richardson system solver namespace.

Function Documentation

◆ createFerm()

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

Definition at line 27 of file syssolver_linop_rel_cg_clover.cc.

References Chroma::A(), and Chroma::state.

Referenced by registerAll().

◆ registerAll()

bool Chroma::LinOpSysSolverReliableCGCloverEnv::registerAll ( )