#include <syssolver_linop_mr.h>
Inheritance diagram for Chroma::LinOpSysSolverMR< T >:

Public Member Functions | |
| LinOpSysSolverMR (Handle< LinearOperator< T > > A_, const SysSolverMRParams &invParam_) | |
| Constructor. | |
| ~LinOpSysSolverMR () | |
| 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 | |
| LinOpSysSolverMR () | |
Private Attributes | |
| Handle< LinearOperator< T > > | A |
| SysSolverMRParams | invParam |
Definition at line 33 of file syssolver_linop_mr.h.
| Chroma::LinOpSysSolverMR< T >::LinOpSysSolverMR | ( | Handle< LinearOperator< T > > | A_, | |
| const SysSolverMRParams & | invParam_ | |||
| ) | [inline] |
Constructor.
| A_ | Linear operator ( Read ) | |
| invParam | inverter parameters ( Read ) |
Definition at line 41 of file syssolver_linop_mr.h.
| Chroma::LinOpSysSolverMR< T >::~LinOpSysSolverMR | ( | ) | [inline] |
| Chroma::LinOpSysSolverMR< T >::LinOpSysSolverMR | ( | ) | [inline, private] |
Definition at line 75 of file syssolver_linop_mr.h.
| SystemSolverResults_t Chroma::LinOpSysSolverMR< 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_linop_mr.h.
References Chroma::LinOpSysSolverMR< T >::A, END_CODE, Chroma::InvMR(), Chroma::LinOpSysSolverMR< T >::invParam, Chroma::SysSolverMRParams::MaxMR, Chroma::SysSolverMRParams::MROver, Chroma::PLUS, Chroma::SysSolverMRParams::RsdMR, and START_CODE.
| const Subset& Chroma::LinOpSysSolverMR< 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_linop_mr.h.
References Chroma::LinOpSysSolverMR< T >::A.
Handle< LinearOperator<T> > Chroma::LinOpSysSolverMR< T >::A [private] |
Definition at line 77 of file syssolver_linop_mr.h.
Referenced by Chroma::LinOpSysSolverMR< T >::operator()(), and Chroma::LinOpSysSolverMR< T >::subset().
SysSolverMRParams Chroma::LinOpSysSolverMR< T >::invParam [private] |
Definition at line 78 of file syssolver_linop_mr.h.
Referenced by Chroma::LinOpSysSolverMR< T >::operator()().
1.4.7