CHROMA
|
Propagator of a generic even-odd preconditioned 5D fermion linear operator. More...
#include <eoprec_fermact_qprop_array.h>
Public Member Functions | |
PrecFermAct5DQprop (Handle< EvenOddPrecLinearOperatorArray< T, P, Q > > A_, Handle< LinOpSystemSolverArray< T > > invA_) | |
Constructor. More... | |
PrecFermAct5DQprop (Handle< EvenOddPrecLinearOperatorArray< T, P, Q > > A_, Handle< LinOpSystemSolverArray< T > > invA_, Handle< FermState< T, P, Q > > state_, const Real &OverMass_, const Real &Mass_, const AnisoParam_t &anisoParam_, const GroupXML_t &invParam_) | |
Another constructor for compatibility. More... | |
~PrecFermAct5DQprop () | |
Destructor is automatic. More... | |
int | size () const |
Expected length of array index. More... | |
const Subset & | subset () const |
Return the subset on which the operator acts. More... | |
SystemSolverResults_t | operator() (multi1d< T > &psi, const multi1d< T > &chi) const |
Solver the linear system. More... | |
SystemSolverResults_t | operator() (multi1d< LatticeFermion > &psi, const multi1d< LatticeFermion > &chi) const |
Propagator of a generic even-odd preconditioned fermion linear operator. More... | |
Public Member Functions inherited from Chroma::SystemSolverArray< T > | |
virtual | ~SystemSolverArray () |
Virtual destructor to help with cleanup;. More... | |
Protected Member Functions | |
PrecFermAct5DQprop () | |
Hide default constructor. More... | |
Private Attributes | |
Handle< EvenOddPrecLinearOperatorArray< T, P, Q > > | A |
Handle< LinOpSystemSolverArray< T > > | invA |
Propagator of a generic even-odd preconditioned 5D fermion linear operator.
This routine is actually generic to all even-odd 5D preconditioned fermions
Definition at line 22 of file eoprec_fermact_qprop_array.h.
|
inline |
Constructor.
A_ | Linear operator ( Read ) |
invParam_ | inverter parameters ( Read ) |
Definition at line 30 of file eoprec_fermact_qprop_array.h.
|
inline |
Another constructor for compatibility.
This constructor exists so this class can be compatible with optimized inverter constructors
A_ | Linear operator ( Read ) |
invParam_ | inverter parameters ( Read ) |
Definition at line 42 of file eoprec_fermact_qprop_array.h.
|
inline |
Destructor is automatic.
Definition at line 53 of file eoprec_fermact_qprop_array.h.
|
inlineprotected |
Hide default constructor.
Definition at line 71 of file eoprec_fermact_qprop_array.h.
|
virtual |
Propagator of a generic even-odd preconditioned fermion linear operator.
psi | quark propagator ( Modify ) |
chi | source ( Read ) |
Implements Chroma::SystemSolverArray< T >.
Definition at line 147 of file eoprec_fermact_qprop_array.cc.
References Chroma::A(), Chroma::chi(), Chroma::END_CODE(), n, N5, Chroma::PLUS, Chroma::psi, Chroma::QDP_error_exit(), Chroma::r, Chroma::SystemSolverResults_t::resid, Chroma::START_CODE(), and tmp2.
|
virtual |
Solver the linear system.
psi | quark propagator ( Modify ) |
chi | source ( Read ) |
Implements Chroma::SystemSolverArray< T >.
|
inlinevirtual |
Expected length of array index.
Implements Chroma::SystemSolverArray< T >.
Definition at line 56 of file eoprec_fermact_qprop_array.h.
References Chroma::PrecFermAct5DQprop< T, P, Q >::A.
|
inlinevirtual |
Return the subset on which the operator acts.
Implements Chroma::SystemSolverArray< T >.
Definition at line 59 of file eoprec_fermact_qprop_array.h.
|
private |
Definition at line 74 of file eoprec_fermact_qprop_array.h.
Referenced by Chroma::PrecFermAct5DQprop< T, P, Q >::size().
|
private |
Definition at line 75 of file eoprec_fermact_qprop_array.h.