CHROMA
Namespaces | Functions
syssolver_linop_cg.cc File Reference

Solve a M*psi=chi linear system by CG2. More...

#include "state.h"
#include "actions/ferm/invert/syssolver_linop_factory.h"
#include "actions/ferm/invert/syssolver_linop_aggregate.h"
#include "actions/ferm/invert/syssolver_linop_cg.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::LinOpSysSolverCGEnv
 CG1 system solver namespace.
 

Functions

LinOpSystemSolver< LatticeFermion > * Chroma::LinOpSysSolverCGEnv::createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperator< LatticeFermion > > A)
 Callback function. More...
 
LinOpSystemSolver< LatticeFermionF > * Chroma::LinOpSysSolverCGEnv::createFermF (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermionF, multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > > state, Handle< LinearOperator< LatticeFermionF > > A)
 Callback function. More...
 
LinOpSystemSolver< LatticeStaggeredFermion > * Chroma::LinOpSysSolverCGEnv::createStagFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperator< LatticeStaggeredFermion > > A)
 Callback function. More...
 
bool Chroma::LinOpSysSolverCGEnv::registerAll ()
 Register all the factories. More...
 

Detailed Description

Solve a M*psi=chi linear system by CG2.

Definition in file syssolver_linop_cg.cc.