CHROMA
Functions
Chroma::LinOpSysSolverQOPMGEnv Namespace Reference

QDP multigrid 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 for standard precision. More...
 
bool registerAll ()
 Register all the factories. More...
 

Detailed Description

QDP multigrid system solver namespace.

Function Documentation

◆ createFerm()

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

Callback function for standard precision.

Definition at line 429 of file syssolver_linop_qop_mg_w.cc.

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

Referenced by registerAll().

◆ registerAll()

bool Chroma::LinOpSysSolverQOPMGEnv::registerAll ( )