CHROMA
|
Solve a M*psi=chi linear system by CG2. More...
#include "chroma_config.h"
#include "handle.h"
#include "syssolver.h"
#include "linearop.h"
#include "actions/ferm/invert/syssolver_linop.h"
#include "actions/ferm/invert/syssolver_cg_params.h"
#include "actions/ferm/invert/invcg2.h"
Go to the source code of this file.
Classes | |
class | Chroma::LinOpSysSolverCG< T > |
Solve a M*psi=chi linear system by CG2. More... | |
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::LinOpSysSolverCGEnv | |
CG1 system solver namespace. | |
Functions | |
bool | Chroma::LinOpSysSolverCGEnv::registerAll () |
Register all the factories. More... | |
Solve a M*psi=chi linear system by CG2.
Definition in file syssolver_linop_cg.h.