#include <syssolver_linop_eigcg.h>
Inheritance diagram for Chroma::LinOpSysSolverEigCG< T >:

Public Member Functions | |
| LinOpSysSolverEigCG (Handle< LinearOperator< T > > A_, Handle< MdagMSystemSolver< T > > sysSolver_) | |
| Constructor. | |
| ~LinOpSysSolverEigCG () | |
| 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 Attributes | |
| Handle< LinearOperator< T > > | A |
| Handle< MdagMSystemSolver< T > > | sysSolver |
Definition at line 28 of file syssolver_linop_eigcg.h.
| Chroma::LinOpSysSolverEigCG< T >::LinOpSysSolverEigCG | ( | Handle< LinearOperator< T > > | A_, | |
| Handle< MdagMSystemSolver< T > > | sysSolver_ | |||
| ) | [inline] |
Constructor.
| A_ | Linear operator ( Read ) | |
| sysSolver_ | MdagM system solver ( Read ) |
Definition at line 36 of file syssolver_linop_eigcg.h.
| Chroma::LinOpSysSolverEigCG< T >::~LinOpSysSolverEigCG | ( | ) | [inline] |
| SystemSolverResults_t Chroma::LinOpSysSolverEigCG< 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 52 of file syssolver_linop_eigcg.h.
References Chroma::MINUS, Chroma::LinOpSysSolverEigCG< T >::sysSolver, and T.
| const Subset& Chroma::LinOpSysSolverEigCG< T >::subset | ( | void | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< T >.
Definition at line 44 of file syssolver_linop_eigcg.h.
References Chroma::LinOpSysSolverEigCG< T >::A.
Handle< LinearOperator<T> > Chroma::LinOpSysSolverEigCG< T >::A [private] |
Definition at line 63 of file syssolver_linop_eigcg.h.
Referenced by Chroma::LinOpSysSolverEigCG< T >::subset().
Handle< MdagMSystemSolver<T> > Chroma::LinOpSysSolverEigCG< T >::sysSolver [private] |
Definition at line 64 of file syssolver_linop_eigcg.h.
Referenced by Chroma::LinOpSysSolverEigCG< T >::operator()().
1.4.7