CHROMA
Functions
Chroma::LinOpSysSolverQPhiXCloverEnv Namespace Reference

Functions

LinOpSystemSolver< LatticeFermionF > * createFermF (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermionF, multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > > state, Handle< LinearOperator< LatticeFermionF > > A)
 
LinOpSystemSolver< LatticeFermionD > * createFermD (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermionD, multi1d< LatticeColorMatrixD >, multi1d< LatticeColorMatrixD > > > state, Handle< LinearOperator< LatticeFermionD > > A)
 
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...
 

Function Documentation

◆ createFerm()

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

Definition at line 57 of file syssolver_linop_clover_qphix_w.cc.

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

Referenced by registerAll().

◆ createFermD()

LinOpSystemSolver<LatticeFermionD>* Chroma::LinOpSysSolverQPhiXCloverEnv::createFermD ( XMLReader &  xml_in,
const std::string &  path,
Handle< FermState< LatticeFermionD, multi1d< LatticeColorMatrixD >, multi1d< LatticeColorMatrixD > > >  state,
Handle< LinearOperator< LatticeFermionD > >  A 
)

Definition at line 46 of file syssolver_linop_clover_qphix_w.cc.

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

Referenced by registerAll().

◆ createFermF()

LinOpSystemSolver<LatticeFermionF>* Chroma::LinOpSysSolverQPhiXCloverEnv::createFermF ( XMLReader &  xml_in,
const std::string &  path,
Handle< FermState< LatticeFermionF, multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > >  state,
Handle< LinearOperator< LatticeFermionF > >  A 
)

Definition at line 35 of file syssolver_linop_clover_qphix_w.cc.

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

Referenced by registerAll().

◆ registerAll()

bool Chroma::LinOpSysSolverQPhiXCloverEnv::registerAll ( void  )