#include <multi_syssolver_linop_mr.h>
Inheritance diagram for Chroma::LinOpMultiSysSolverMR< T >:

Public Member Functions | |
| LinOpMultiSysSolverMR (Handle< LinearOperator< T > > A_, const MultiSysSolverMRParams &invParam_) | |
| Constructor. | |
| ~LinOpMultiSysSolverMR () | |
| Destructor is automatic. | |
| const Subset & | subset () const |
| Return the subset on which the operator acts. | |
| SystemSolverResults_t | operator() (multi1d< T > &psi, const multi1d< Real > &shifts, const T &chi) const |
| Solver the linear system. | |
Private Member Functions | |
| LinOpMultiSysSolverMR () | |
Private Attributes | |
| Handle< LinearOperator< T > > | A |
| MultiSysSolverMRParams | invParam |
Definition at line 33 of file multi_syssolver_linop_mr.h.
| Chroma::LinOpMultiSysSolverMR< T >::LinOpMultiSysSolverMR | ( | Handle< LinearOperator< T > > | A_, | |
| const MultiSysSolverMRParams & | invParam_ | |||
| ) | [inline] |
Constructor.
| A_ | Linear operator ( Read ) | |
| invParam | inverter parameters ( Read ) |
Definition at line 41 of file multi_syssolver_linop_mr.h.
| Chroma::LinOpMultiSysSolverMR< T >::~LinOpMultiSysSolverMR | ( | ) | [inline] |
| Chroma::LinOpMultiSysSolverMR< T >::LinOpMultiSysSolverMR | ( | ) | [inline, private] |
Definition at line 88 of file multi_syssolver_linop_mr.h.
| SystemSolverResults_t Chroma::LinOpMultiSysSolverMR< T >::operator() | ( | multi1d< T > & | psi, | |
| const multi1d< Real > & | shifts, | |||
| const T & | chi | |||
| ) | const [inline, virtual] |
Solver the linear system.
| psi | solution ( Modify ) | |
| chi | source ( Read ) |
Implements Chroma::MultiSystemSolver< T >.
Definition at line 58 of file multi_syssolver_linop_mr.h.
References Chroma::LinOpMultiSysSolverMR< T >::A, END_CODE, Chroma::LinOpMultiSysSolverMR< T >::invParam, Chroma::MultiSysSolverMRParams::MaxCG, Chroma::MInvMR(), Chroma::SystemSolverResults_t::n_count, Chroma::MultiSysSolverMRParams::RsdCG, Chroma::RsdCG, and START_CODE.
| const Subset& Chroma::LinOpMultiSysSolverMR< T >::subset | ( | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::MultiSystemSolver< T >.
Definition at line 50 of file multi_syssolver_linop_mr.h.
References Chroma::LinOpMultiSysSolverMR< T >::A.
Handle< LinearOperator<T> > Chroma::LinOpMultiSysSolverMR< T >::A [private] |
Definition at line 90 of file multi_syssolver_linop_mr.h.
Referenced by Chroma::LinOpMultiSysSolverMR< T >::operator()(), and Chroma::LinOpMultiSysSolverMR< T >::subset().
MultiSysSolverMRParams Chroma::LinOpMultiSysSolverMR< T >::invParam [private] |
Definition at line 91 of file multi_syssolver_linop_mr.h.
Referenced by Chroma::LinOpMultiSysSolverMR< T >::operator()().
1.4.7