CHROMA
Functions
Chroma::MdagMSysSolverQOPMGEnv Namespace Reference

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

Detailed Description

Solve the linear system.

QDP multigrid system solver namespace.

QDP multigrid system solver namespace

Function Documentation

◆ createFerm()

MdagMSystemSolver<LatticeFermion>* Chroma::MdagMSysSolverQOPMGEnv::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 327 of file syssolver_mdagm_qop_mg_w.cc.

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

Referenced by registerAll().

◆ registerAll()

bool Chroma::MdagMSysSolverQOPMGEnv::registerAll ( )