|
CHROMA
|
Solve a M^dag*M*psi=chi linear system by EigCG. More...
#include "chroma_config.h"#include "handle.h"#include "syssolver.h"#include "linearop.h"#include "lmdagm.h"#include "named_obj.h"#include "meas/inline/io/named_objmap.h"#include "actions/ferm/invert/syssolver_linop.h"#include "actions/ferm/invert/syssolver_OPTeigcg_params.h"#include "actions/ferm/invert/containers.h"#include "util/info/unique_id.h"Go to the source code of this file.
Classes | |
| class | Chroma::MdagMSysSolverOptEigCG< T > |
| Solve a M*psi=chi linear system by CG2 with eigenvectors. More... | |
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
| Chroma::MdagMSysSolverOptEigCGEnv | |
| CG1 system solver namespace. | |
Functions | |
| bool | Chroma::MdagMSysSolverOptEigCGEnv::registerAll () |
| Register all the factories. More... | |
Solve a M^dag*M*psi=chi linear system by EigCG.
Definition in file syssolver_mdagm_OPTeigcg.h.