CHROMA
|
Propagator of a generic symmetric even-odd preconditioned fermion linear operator. More...
Public Member Functions | |
SymEvenOddPrecActQprop (Handle< SymEvenOddPrecLinearOperator< T, P, Q > > A_, Handle< LinOpSystemSolver< T > > invA_) | |
Constructor. More... | |
~SymEvenOddPrecActQprop () | |
Destructor is automatic. More... | |
const Subset & | subset () const |
Return the subset on which the operator acts. More... | |
SystemSolverResults_t | operator() (T &psi, const T &chi) const |
Solver the linear system. More... | |
Public Member Functions inherited from Chroma::SystemSolver< T > | |
virtual | ~SystemSolver () |
Virtual destructor to help with cleanup;. More... | |
Private Member Functions | |
SymEvenOddPrecActQprop () | |
Private Attributes | |
Handle< SymEvenOddPrecLinearOperator< T, P, Q > > | A |
Handle< LinOpSystemSolver< T > > | invA |
Propagator of a generic symmetric even-odd preconditioned fermion linear operator.
This routine is actually generic to all symmetric even-odd preconditioned fermions
Definition at line 17 of file seoprec_fermact_qprop.cc.
|
inline |
Constructor.
A_ | Linear operator ( Read ) |
invParam_ | inverter parameters ( Read ) |
Definition at line 25 of file seoprec_fermact_qprop.cc.
|
inline |
Destructor is automatic.
Definition at line 30 of file seoprec_fermact_qprop.cc.
|
inlineprivate |
Definition at line 104 of file seoprec_fermact_qprop.cc.
|
inlinevirtual |
Solver the linear system.
psi | quark propagator ( Modify ) |
chi | source ( Read ) |
Implements Chroma::SystemSolver< T >.
Definition at line 41 of file seoprec_fermact_qprop.cc.
References Chroma::SymEvenOddPrecActQprop< T, P, Q >::A, Chroma::chi(), Chroma::END_CODE(), Chroma::PLUS, Chroma::psi, Chroma::r, Chroma::SystemSolverResults_t::resid, Chroma::START_CODE(), and Chroma::tmp.
|
inlinevirtual |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< T >.
Definition at line 33 of file seoprec_fermact_qprop.cc.
|
private |
Definition at line 106 of file seoprec_fermact_qprop.cc.
Referenced by Chroma::SymEvenOddPrecActQprop< T, P, Q >::operator()().
|
private |
Definition at line 107 of file seoprec_fermact_qprop.cc.