CHROMA
|
Solve a M*psi=chi linear system by MR. More...
#include <syssolver_linop_mr.h>
Public Member Functions | |
LinOpSysSolverMR (Handle< LinearOperator< T > > A_, const SysSolverMRParams &invParam_) | |
Constructor. More... | |
~LinOpSysSolverMR () | |
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... | |
Public Member Functions inherited from Chroma::SystemSolver< T > | |
virtual | ~SystemSolver () |
Virtual destructor to help with cleanup;. More... | |
Private Member Functions | |
LinOpSysSolverMR () | |
Private Attributes | |
Handle< LinearOperator< T > > | A |
SysSolverMRParams | invParam |
Solve a M*psi=chi linear system by MR.
Definition at line 32 of file syssolver_linop_mr.h.
|
inline |
Constructor.
A_ | Linear operator ( Read ) |
invParam | inverter parameters ( Read ) |
Definition at line 40 of file syssolver_linop_mr.h.
|
inline |
Destructor is automatic.
Definition at line 46 of file syssolver_linop_mr.h.
|
inlineprivate |
Definition at line 74 of file syssolver_linop_mr.h.
|
inlinevirtual |
Solver the linear system.
psi | solution ( Modify ) |
chi | source ( Read ) |
Implements Chroma::SystemSolver< T >.
Definition at line 57 of file syssolver_linop_mr.h.
References Chroma::LinOpSysSolverMR< T >::A, Chroma::chi(), Chroma::END_CODE(), Chroma::InvMR(), Chroma::LinOpSysSolverMR< T >::invParam, Chroma::SysSolverMRParams::MaxMR, Chroma::SysSolverMRParams::MROver, Chroma::PLUS, Chroma::psi, Chroma::SysSolverMRParams::RsdMR, and Chroma::START_CODE().
|
inlinevirtual |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< T >.
Definition at line 49 of file syssolver_linop_mr.h.
References Chroma::LinOpSysSolverMR< T >::A.
|
private |
Definition at line 76 of file syssolver_linop_mr.h.
Referenced by Chroma::LinOpSysSolverMR< T >::operator()(), and Chroma::LinOpSysSolverMR< T >::subset().
|
private |
Definition at line 77 of file syssolver_linop_mr.h.
Referenced by Chroma::LinOpSysSolverMR< T >::operator()().