#include <syssolver_linop_cg_array.h>
Inheritance diagram for Chroma::LinOpSysSolverCGArray< T >:

Public Member Functions | |
| LinOpSysSolverCGArray (Handle< LinearOperatorArray< T > > A_, const SysSolverCGParams &invParam_) | |
| Constructor. | |
| ~LinOpSysSolverCGArray () | |
| Destructor is automatic. | |
| int | size () const |
| Expected length of array index. | |
| const Subset & | subset () const |
| Return the subset on which the operator acts. | |
| SystemSolverResults_t | operator() (multi1d< T > &psi, const multi1d< T > &chi) const |
| Solver the linear system. | |
Private Member Functions | |
| LinOpSysSolverCGArray () | |
Private Attributes | |
| Handle< LinearOperatorArray< T > > | A |
| SysSolverCGParams | invParam |
Definition at line 34 of file syssolver_linop_cg_array.h.
| Chroma::LinOpSysSolverCGArray< T >::LinOpSysSolverCGArray | ( | Handle< LinearOperatorArray< T > > | A_, | |
| const SysSolverCGParams & | invParam_ | |||
| ) | [inline] |
Constructor.
| M_ | Linear operator ( Read ) | |
| invParam | inverter parameters ( Read ) |
Definition at line 42 of file syssolver_linop_cg_array.h.
| Chroma::LinOpSysSolverCGArray< T >::~LinOpSysSolverCGArray | ( | ) | [inline] |
| Chroma::LinOpSysSolverCGArray< T >::LinOpSysSolverCGArray | ( | ) | [inline, private] |
Definition at line 94 of file syssolver_linop_cg_array.h.
| SystemSolverResults_t Chroma::LinOpSysSolverCGArray< T >::operator() | ( | multi1d< T > & | psi, | |
| const multi1d< T > & | chi | |||
| ) | const [inline, virtual] |
Solver the linear system.
| psi | solution ( Modify ) | |
| chi | source ( Read ) |
Implements Chroma::SystemSolverArray< T >.
Definition at line 62 of file syssolver_linop_cg_array.h.
References Chroma::LinOpSysSolverCGArray< T >::A, END_CODE, Chroma::InvCG2(), Chroma::LinOpSysSolverCGArray< T >::invParam, Chroma::SysSolverCGParams::MaxCG, Chroma::SysSolverCGParams::MaxCGRestart, Chroma::MINUS, Chroma::n_count, Chroma::SysSolverCGParams::RsdCG, Chroma::SysSolverCGParams::RsdCGRestart, Chroma::LinOpSysSolverCGArray< T >::size(), and START_CODE.
| int Chroma::LinOpSysSolverCGArray< T >::size | ( | void | ) | const [inline, virtual] |
Expected length of array index.
Implements Chroma::SystemSolverArray< T >.
Definition at line 51 of file syssolver_linop_cg_array.h.
References Chroma::LinOpSysSolverCGArray< T >::A.
Referenced by Chroma::LinOpSysSolverCGArray< T >::operator()().
| const Subset& Chroma::LinOpSysSolverCGArray< T >::subset | ( | void | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::SystemSolverArray< T >.
Definition at line 54 of file syssolver_linop_cg_array.h.
References Chroma::LinOpSysSolverCGArray< T >::A.
Handle< LinearOperatorArray<T> > Chroma::LinOpSysSolverCGArray< T >::A [private] |
Definition at line 96 of file syssolver_linop_cg_array.h.
Referenced by Chroma::LinOpSysSolverCGArray< T >::operator()(), Chroma::LinOpSysSolverCGArray< T >::size(), and Chroma::LinOpSysSolverCGArray< T >::subset().
SysSolverCGParams Chroma::LinOpSysSolverCGArray< T >::invParam [private] |
Definition at line 97 of file syssolver_linop_cg_array.h.
Referenced by Chroma::LinOpSysSolverCGArray< T >::operator()().
1.4.7