CHROMA
Namespaces | Macros | Functions | Variables
syssolver_linop_eigcg_array.cc File Reference

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

#include <qdp-lapack.h>
#include "actions/ferm/invert/syssolver_linop_factory.h"
#include "actions/ferm/invert/syssolver_linop_aggregate.h"
#include "actions/ferm/invert/syssolver_linop_eigcg_array.h"
#include "actions/ferm/invert/inv_eigcg2_array.h"
#include "actions/ferm/invert/norm_gram_schm.h"

Go to the source code of this file.

Namespaces

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

Macros

#define TEST_ALGORITHM
 

Functions

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. More...
 
const std::string Chroma::LinOpSysSolverEigCGArrayEnv::name ("EIG_CG_INVERTER")
 Name to be used. More...
 
bool Chroma::LinOpSysSolverEigCGArrayEnv::registerAll ()
 Register all the factories. More...
 

Variables

static bool Chroma::LinOpSysSolverEigCGArrayEnv::registered = false
 Local registration flag. More...
 

Detailed Description

Solve a M*psi=chi linear system array by EigCG2.

Definition in file syssolver_linop_eigcg_array.cc.

Macro Definition Documentation

◆ TEST_ALGORITHM

#define TEST_ALGORITHM

Definition at line 16 of file syssolver_linop_eigcg_array.cc.