#include <eoprec_staggered_qprop.h>
Inheritance diagram for Chroma::EvenOddFermActQprop< T, P, Q >:

Public Member Functions | |
| EvenOddFermActQprop (Handle< EvenOddLinearOperator< T, P, Q > > M_, Handle< LinearOperator< T > > A_, const Real &Mass_, const SysSolverCGParams &invParam_) | |
| Constructor. | |
| EvenOddFermActQprop (const EvenOddStaggeredTypeFermAct< T, P, Q > &S_, Handle< FermState< T, P, Q > > state, const SysSolverCGParams &invParam_) | |
| ~EvenOddFermActQprop () | |
| 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 | |
| EvenOddFermActQprop () | |
Private Attributes | |
| Handle< EvenOddLinearOperator< T, P, Q > > | M |
| Handle< LinearOperator< T > > | A |
| Real | Mass |
| SysSolverCGParams | invParam |
This routine is actually generic to all even-odd fermions
Definition at line 25 of file eoprec_staggered_qprop.h.
| Chroma::EvenOddFermActQprop< T, P, Q >::EvenOddFermActQprop | ( | Handle< EvenOddLinearOperator< T, P, Q > > | M_, | |
| Handle< LinearOperator< T > > | A_, | |||
| const Real & | Mass_, | |||
| const SysSolverCGParams & | invParam_ | |||
| ) | [inline] |
Constructor.
| M_ | Linear operator ( Read ) | |
| A_ | M^dag*M operator ( Read ) | |
| invParam | inverter parameters ( Read ) |
Definition at line 34 of file eoprec_staggered_qprop.h.
| Chroma::EvenOddFermActQprop< T, P, Q >::EvenOddFermActQprop | ( | const EvenOddStaggeredTypeFermAct< T, P, Q > & | S_, | |
| Handle< FermState< T, P, Q > > | state, | |||
| const SysSolverCGParams & | invParam_ | |||
| ) | [inline] |
Definition at line 41 of file eoprec_staggered_qprop.h.
| Chroma::EvenOddFermActQprop< T, P, Q >::~EvenOddFermActQprop | ( | ) | [inline] |
| Chroma::EvenOddFermActQprop< T, P, Q >::EvenOddFermActQprop | ( | ) | [inline, private] |
Definition at line 124 of file eoprec_staggered_qprop.h.
| SystemSolverResults_t Chroma::EvenOddFermActQprop< 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 59 of file eoprec_staggered_qprop.h.
References Chroma::EvenOddFermActQprop< T, P, Q >::A, END_CODE, Chroma::InvCG1(), Chroma::EvenOddFermActQprop< T, P, Q >::invParam, Chroma::EvenOddFermActQprop< T, P, Q >::M, Chroma::EvenOddFermActQprop< T, P, Q >::Mass, Chroma::SysSolverCGParams::MaxCG, Chroma::SysSolverCGParams::MinCG, Chroma::MINUS, Chroma::SystemSolverResults_t::n_count, Chroma::PLUS, Chroma::SystemSolverResults_t::resid, Chroma::SysSolverCGParams::RsdCG, START_CODE, and T.
| const Subset& Chroma::EvenOddFermActQprop< T, P, Q >::subset | ( | void | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< T >.
Definition at line 51 of file eoprec_staggered_qprop.h.
Handle< LinearOperator<T> > Chroma::EvenOddFermActQprop< T, P, Q >::A [private] |
Definition at line 127 of file eoprec_staggered_qprop.h.
Referenced by Chroma::EvenOddFermActQprop< T, P, Q >::operator()().
SysSolverCGParams Chroma::EvenOddFermActQprop< T, P, Q >::invParam [private] |
Definition at line 129 of file eoprec_staggered_qprop.h.
Referenced by Chroma::EvenOddFermActQprop< T, P, Q >::operator()().
Handle< EvenOddLinearOperator<T,P,Q> > Chroma::EvenOddFermActQprop< T, P, Q >::M [private] |
Definition at line 126 of file eoprec_staggered_qprop.h.
Referenced by Chroma::EvenOddFermActQprop< T, P, Q >::operator()().
Real Chroma::EvenOddFermActQprop< T, P, Q >::Mass [private] |
Definition at line 128 of file eoprec_staggered_qprop.h.
Referenced by Chroma::EvenOddFermActQprop< T, P, Q >::operator()().
1.4.7