CHROMA
|
Solve a A*psi=chi linear system by EigBiCG. More...
#include "qdp-lapack_Complex.h"
#include "qdp-lapack_eigbicg.h"
#include "qdp-lapack_IncrEigbicg.h"
#include "actions/ferm/invert/syssolver_linop_factory.h"
#include "actions/ferm/invert/syssolver_linop_aggregate.h"
#include "actions/ferm/invert/syssolver_linop_OPTeigbicg.h"
#include "containers.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::LinOpSysSolverOptEigBiCGEnv | |
CG1 system solver namespace. | |
Functions | |
LinOpSystemSolver< LatticeFermion > * | Chroma::LinOpSysSolverOptEigBiCGEnv::createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperator< LatticeFermion > > A) |
Callback function. More... | |
const std::string | Chroma::LinOpSysSolverOptEigBiCGEnv::name ("EIG_BiCG_INVERTER") |
Name to be used. More... | |
bool | Chroma::LinOpSysSolverOptEigBiCGEnv::registerAll () |
Register all the factories. More... | |
Variables | |
static bool | Chroma::LinOpSysSolverOptEigBiCGEnv::registered = false |
Local registration flag. More... | |
Solve a A*psi=chi linear system by EigBiCG.
Definition in file syssolver_linop_OPTeigbicg.cc.
Handle< LinearOperator<T> > LinOp |
Definition at line 71 of file syssolver_linop_OPTeigbicg.cc.
T XX |
Definition at line 69 of file syssolver_linop_OPTeigbicg.cc.
Referenced by Chroma::ExternalFieldEnv::ConstantMagneticExternalField::operator()(), and Chroma::ExternalFieldEnv::LinearElectricExternalField::operator()().
T YY |
Definition at line 70 of file syssolver_linop_OPTeigbicg.cc.