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

Public Member Functions | |
| PrecOvExt5DQprop (Handle< EvenOddPrecConstDetLinearOperatorArray< T, P, Q > > A_, Handle< LinearOperator< T > > D_denum_, const Real &Mass_, const SysSolverCGParams &invParam_) | |
| Constructor. | |
| ~PrecOvExt5DQprop () | |
| 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 | |
| PrecOvExt5DQprop () | |
Private Attributes | |
| Handle< EvenOddPrecConstDetLinearOperatorArray< T, P, Q > > | A |
| Handle< LinearOperator< T > > | D_denum |
| Real | Mass |
| SysSolverCGParams | invParam |
Propagator solver for Extended overlap fermions
Definition at line 397 of file eoprec_ovext_fermact_array_w.cc.
| Chroma::PrecOvExt5DQprop< T, P, Q >::PrecOvExt5DQprop | ( | Handle< EvenOddPrecConstDetLinearOperatorArray< T, P, Q > > | A_, | |
| Handle< LinearOperator< T > > | D_denum_, | |||
| const Real & | Mass_, | |||
| const SysSolverCGParams & | invParam_ | |||
| ) | [inline] |
Constructor.
| A_ | Linear operator ( Read ) | |
| Mass_ | quark mass ( Read ) |
Definition at line 405 of file eoprec_ovext_fermact_array_w.cc.
| Chroma::PrecOvExt5DQprop< T, P, Q >::~PrecOvExt5DQprop | ( | ) | [inline] |
| Chroma::PrecOvExt5DQprop< T, P, Q >::PrecOvExt5DQprop | ( | ) | [inline, private] |
Definition at line 543 of file eoprec_ovext_fermact_array_w.cc.
| SystemSolverResults_t Chroma::PrecOvExt5DQprop< 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 423 of file eoprec_ovext_fermact_array_w.cc.
References Chroma::PrecOvExt5DQprop< T, P, Q >::A, Chroma::PrecOvExt5DQprop< T, P, Q >::D_denum, Chroma::InvCG2(), Chroma::PrecOvExt5DQprop< T, P, Q >::invParam, Chroma::SysSolverCGParams::MaxCG, Chroma::MINUS, N5, Chroma::SystemSolverResults_t::n_count, Chroma::PLUS, Chroma::SystemSolverResults_t::resid, Chroma::SysSolverCGParams::RsdCG, and START_CODE.
| const Subset& Chroma::PrecOvExt5DQprop< T, P, Q >::subset | ( | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< T >.
Definition at line 415 of file eoprec_ovext_fermact_array_w.cc.
Handle< EvenOddPrecConstDetLinearOperatorArray<T,P,Q> > Chroma::PrecOvExt5DQprop< T, P, Q >::A [private] |
Definition at line 545 of file eoprec_ovext_fermact_array_w.cc.
Referenced by Chroma::PrecOvExt5DQprop< T, P, Q >::operator()().
Handle< LinearOperator<T> > Chroma::PrecOvExt5DQprop< T, P, Q >::D_denum [private] |
Definition at line 546 of file eoprec_ovext_fermact_array_w.cc.
Referenced by Chroma::PrecOvExt5DQprop< T, P, Q >::operator()().
SysSolverCGParams Chroma::PrecOvExt5DQprop< T, P, Q >::invParam [private] |
Definition at line 548 of file eoprec_ovext_fermact_array_w.cc.
Referenced by Chroma::PrecOvExt5DQprop< T, P, Q >::operator()().
Real Chroma::PrecOvExt5DQprop< T, P, Q >::Mass [private] |
Definition at line 547 of file eoprec_ovext_fermact_array_w.cc.
1.4.7