Inheritance diagram for Chroma::PrecFermActQprop< T, P, Q >:

Public Member Functions | |
| PrecFermActQprop (Handle< EvenOddPrecLinearOperator< T, P, Q > > A_, Handle< LinOpSystemSolver< T > > invA_) | |
| Constructor. | |
| ~PrecFermActQprop () | |
| 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 | |
| PrecFermActQprop () | |
Private Attributes | |
| Handle< EvenOddPrecLinearOperator< T, P, Q > > | A |
| Handle< LinOpSystemSolver< T > > | invA |
This routine is actually generic to all even-odd preconditioned fermions
Definition at line 18 of file eoprec_fermact_qprop.cc.
| Chroma::PrecFermActQprop< T, P, Q >::PrecFermActQprop | ( | Handle< EvenOddPrecLinearOperator< T, P, Q > > | A_, | |
| Handle< LinOpSystemSolver< T > > | invA_ | |||
| ) | [inline] |
Constructor.
| A_ | Linear operator ( Read ) | |
| invParam_ | inverter parameters ( Read ) |
Definition at line 26 of file eoprec_fermact_qprop.cc.
| Chroma::PrecFermActQprop< T, P, Q >::~PrecFermActQprop | ( | ) | [inline] |
| Chroma::PrecFermActQprop< T, P, Q >::PrecFermActQprop | ( | ) | [inline, private] |
Definition at line 85 of file eoprec_fermact_qprop.cc.
| SystemSolverResults_t Chroma::PrecFermActQprop< T, P, Q >::operator() | ( | T & | psi, | |
| const T & | chi | |||
| ) | const [inline, virtual] |
Solver the linear system.
| psi | quark propagator ( Modify ) | |
| chi | source ( Read ) |
Implements Chroma::SystemSolver< T >.
Definition at line 42 of file eoprec_fermact_qprop.cc.
References Chroma::PrecFermActQprop< T, P, Q >::A, END_CODE, Chroma::PLUS, Chroma::SystemSolverResults_t::resid, START_CODE, and T.
| const Subset& Chroma::PrecFermActQprop< T, P, Q >::subset | ( | void | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< T >.
Definition at line 34 of file eoprec_fermact_qprop.cc.
Handle< EvenOddPrecLinearOperator<T,P,Q> > Chroma::PrecFermActQprop< T, P, Q >::A [private] |
Definition at line 87 of file eoprec_fermact_qprop.cc.
Referenced by Chroma::PrecFermActQprop< T, P, Q >::operator()().
Handle< LinOpSystemSolver<T> > Chroma::PrecFermActQprop< T, P, Q >::invA [private] |
Definition at line 88 of file eoprec_fermact_qprop.cc.
1.4.7