CHROMA
|
Solve a MR system. Here, the operator is NOT assumed to be hermitian. More...
#include <syssolver_mdagm_mr.h>
Public Member Functions | |
MdagMSysSolverMR (Handle< LinearOperator< T > > A_, const SysSolverMRParams &invParam_) | |
Constructor. More... | |
~MdagMSysSolverMR () | |
Destructor is automatic. More... | |
const Subset & | subset () const |
Return the subset on which the operator acts. More... | |
SystemSolverResults_t | operator() (T &psi, const T &chi) const |
Solver the linear system. More... | |
SystemSolverResults_t | operator() (T &psi, const T &chi, AbsChronologicalPredictor4D< T > &predictor) const |
Solver the linear system. More... | |
Public Member Functions inherited from Chroma::SystemSolver< T > | |
virtual | ~SystemSolver () |
Virtual destructor to help with cleanup;. More... | |
Private Member Functions | |
MdagMSysSolverMR () | |
Private Attributes | |
Handle< LinearOperator< T > > | A |
SysSolverMRParams | invParam |
Solve a MR system. Here, the operator is NOT assumed to be hermitian.
Definition at line 32 of file syssolver_mdagm_mr.h.
|
inline |
Constructor.
M_ | Linear operator ( Read ) |
invParam | inverter parameters ( Read ) |
Definition at line 40 of file syssolver_mdagm_mr.h.
|
inline |
Destructor is automatic.
Definition at line 46 of file syssolver_mdagm_mr.h.
|
inlineprivate |
Definition at line 163 of file syssolver_mdagm_mr.h.
|
inlinevirtual |
Solver the linear system.
psi | solution ( Modify ) |
chi | source ( Read ) |
Implements Chroma::MdagMSystemSolver< T >.
Definition at line 57 of file syssolver_mdagm_mr.h.
References Chroma::MdagMSysSolverMR< T >::A, Chroma::chi(), Chroma::END_CODE(), Chroma::InvMR(), Chroma::MdagMSysSolverMR< T >::invParam, Chroma::SysSolverMRParams::MaxMR, Chroma::MINUS, Chroma::SystemSolverResults_t::n_count, Chroma::PLUS, Chroma::psi, Chroma::SystemSolverResults_t::resid, Chroma::SysSolverMRParams::RsdMR, Chroma::START_CODE(), Chroma::tmp, and Chroma::zero.
|
inlinevirtual |
Solver the linear system.
psi | solution ( Modify ) |
chi | source ( Read ) |
Implements Chroma::MdagMSystemSolver< T >.
Definition at line 98 of file syssolver_mdagm_mr.h.
References Chroma::MdagMSysSolverMR< T >::A, Chroma::chi(), Chroma::END_CODE(), Chroma::InvMR(), Chroma::MdagMSysSolverMR< T >::invParam, Chroma::SysSolverMRParams::MaxMR, MdagM, Chroma::MINUS, Chroma::SystemSolverResults_t::n_count, Chroma::AbsChronologicalPredictor4D< T >::newVector(), Chroma::AbsTwoStepChronologicalPredictor4D< T >::newXVector(), Chroma::AbsTwoStepChronologicalPredictor4D< T >::newYVector(), Chroma::PLUS, Chroma::AbsTwoStepChronologicalPredictor4D< T >::predictX(), Chroma::AbsTwoStepChronologicalPredictor4D< T >::predictY(), Chroma::psi, Chroma::SystemSolverResults_t::resid, Chroma::SysSolverMRParams::RsdMR, Chroma::START_CODE(), Chroma::tmp, and Chroma::zero.
|
inlinevirtual |
Return the subset on which the operator acts.
Implements Chroma::MdagMSystemSolver< T >.
Definition at line 49 of file syssolver_mdagm_mr.h.
References Chroma::MdagMSysSolverMR< T >::A.
|
private |
Definition at line 165 of file syssolver_mdagm_mr.h.
Referenced by Chroma::MdagMSysSolverMR< T >::operator()(), and Chroma::MdagMSysSolverMR< T >::subset().
|
private |
Definition at line 166 of file syssolver_mdagm_mr.h.
Referenced by Chroma::MdagMSysSolverMR< T >::operator()().