CHROMA
Functions | Variables
Chroma::LinOpSysSolverEigCGArrayEnv Namespace Reference

CG1 system solver namespace. More...

Functions

LinOpSystemSolverArray< LatticeFermion > * createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperatorArray< LatticeFermion > > A)
 Callback function. More...
 
const std::string name ("EIG_CG_INVERTER")
 Name to be used. More...
 
bool registerAll ()
 Register all the factories. More...
 

Variables

static bool registered = false
 Local registration flag. More...
 

Detailed Description

CG1 system solver namespace.

Eigenstd::vector accelerated CG system solver namespace.

Function Documentation

◆ createFerm()

LinOpSystemSolverArray<LatticeFermion>* Chroma::LinOpSysSolverEigCGArrayEnv::createFerm ( XMLReader &  xml_in,
const std::string &  path,
Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > >  state,
Handle< LinearOperatorArray< LatticeFermion > >  A 
)

Callback function.

Definition at line 24 of file syssolver_linop_eigcg_array.cc.

References Chroma::A().

Referenced by registerAll().

◆ name()

const std::string Chroma::LinOpSysSolverEigCGArrayEnv::name ( "EIG_CG_INVERTER"  )

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::LinOpSysSolverEigCGArrayEnv::registerAll ( )

Variable Documentation

◆ registered

bool Chroma::LinOpSysSolverEigCGArrayEnv::registered = false
static

Local registration flag.

Definition at line 42 of file syssolver_linop_eigcg_array.cc.

Referenced by registerAll().