Inheritance diagram for Chroma::FermActQprop< T >:

Public Member Functions | |
| FermActQprop (Handle< LinearOperator< T > > A_, Handle< SystemSolver< T > > invA_) | |
| Constructor. | |
| ~FermActQprop () | |
| 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 | |
| FermActQprop () | |
Private Attributes | |
| Handle< LinearOperator< T > > | A |
| Handle< SystemSolver< T > > | invA |
This routine is actually generic to all non-preconditioned (not red/black) fermions
Compute the lattice fermion for a generic non-red/black fermion using the source in "chi" - so, the source can be of any desired form. The result will appear in "psi", which on input contains an initial guess for the solution.
Definition at line 25 of file fermact_qprop.cc.
| Chroma::FermActQprop< T >::FermActQprop | ( | Handle< LinearOperator< T > > | A_, | |
| Handle< SystemSolver< T > > | invA_ | |||
| ) | [inline] |
Constructor.
| A_ | Linear operator ( Read ) | |
| invParam_ | inverter parameters ( Read ) |
Definition at line 33 of file fermact_qprop.cc.
| Chroma::FermActQprop< T >::~FermActQprop | ( | ) | [inline] |
| Chroma::FermActQprop< T >::FermActQprop | ( | ) | [inline, private] |
Definition at line 71 of file fermact_qprop.cc.
| SystemSolverResults_t Chroma::FermActQprop< T >::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 49 of file fermact_qprop.cc.
References END_CODE, Chroma::PLUS, Chroma::SystemSolverResults_t::resid, START_CODE, and T.
| const Subset& Chroma::FermActQprop< T >::subset | ( | void | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< T >.
Definition at line 41 of file fermact_qprop.cc.
Handle< LinearOperator<T> > Chroma::FermActQprop< T >::A [private] |
Definition at line 73 of file fermact_qprop.cc.
Handle< SystemSolver<T> > Chroma::FermActQprop< T >::invA [private] |
Definition at line 74 of file fermact_qprop.cc.
1.4.7