#include <syssolver_polyprec_cg.h>
Inheritance diagram for Chroma::PolyPrecSysSolverCG< T >:

Public Member Functions | |
| PolyPrecSysSolverCG (Handle< LinearOperator< T > > A_, const SysSolverCGParams &invParam_) | |
| Constructor. | |
| ~PolyPrecSysSolverCG () | |
| Destructor is automatic. | |
| const Subset & | subset () const |
| Return the subset on which the operator acts. | |
| SystemSolverResults_t | operator() (T &psi, const T &chi) const |
| Solver the linear system. | |
Private Member Functions | |
| PolyPrecSysSolverCG () | |
Private Attributes | |
| Handle< LinearOperator< T > > | A |
| SysSolverCGParams | invParam |
Definition at line 33 of file syssolver_polyprec_cg.h.
| Chroma::PolyPrecSysSolverCG< T >::PolyPrecSysSolverCG | ( | Handle< LinearOperator< T > > | A_, | |
| const SysSolverCGParams & | invParam_ | |||
| ) | [inline] |
Constructor.
| M_ | Linear operator ( Read ) | |
| invParam | inverter parameters ( Read ) |
Definition at line 41 of file syssolver_polyprec_cg.h.
| Chroma::PolyPrecSysSolverCG< T >::~PolyPrecSysSolverCG | ( | ) | [inline] |
| Chroma::PolyPrecSysSolverCG< T >::PolyPrecSysSolverCG | ( | ) | [inline, private] |
Definition at line 75 of file syssolver_polyprec_cg.h.
| SystemSolverResults_t Chroma::PolyPrecSysSolverCG< T >::operator() | ( | T & | psi, | |
| const T & | chi | |||
| ) | const [inline, virtual] |
Solver the linear system.
| psi | solution ( Modify ) | |
| chi | source ( Read ) |
Implements Chroma::SystemSolver< T >.
Definition at line 58 of file syssolver_polyprec_cg.h.
References Chroma::PolyPrecSysSolverCG< T >::A, END_CODE, Chroma::InvCG1(), Chroma::PolyPrecSysSolverCG< T >::invParam, Chroma::SysSolverCGParams::MaxCG, Chroma::MINUS, Chroma::SysSolverCGParams::RsdCG, START_CODE, and T.
| const Subset& Chroma::PolyPrecSysSolverCG< T >::subset | ( | void | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< T >.
Definition at line 50 of file syssolver_polyprec_cg.h.
References Chroma::PolyPrecSysSolverCG< T >::A.
Handle< LinearOperator<T> > Chroma::PolyPrecSysSolverCG< T >::A [private] |
Definition at line 77 of file syssolver_polyprec_cg.h.
Referenced by Chroma::PolyPrecSysSolverCG< T >::operator()(), and Chroma::PolyPrecSysSolverCG< T >::subset().
SysSolverCGParams Chroma::PolyPrecSysSolverCG< T >::invParam [private] |
Definition at line 78 of file syssolver_polyprec_cg.h.
Referenced by Chroma::PolyPrecSysSolverCG< T >::operator()().
1.4.7