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

Public Member Functions | |
| ContFrac5DQprop (Handle< EvenOddPrecConstDetLinearOperatorArray< T, P, Q > > A_, const Real &Mass_, const SysSolverCGParams &invParam_) | |
| Constructor. | |
| ~ContFrac5DQprop () | |
| 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 | |
| ContFrac5DQprop () | |
Private Attributes | |
| Handle< EvenOddPrecConstDetLinearOperatorArray< T, P, Q > > | A |
| Real | Mass |
| SysSolverCGParams | invParam |
Propagator solver for DWF-like fermions
Definition at line 359 of file eoprec_ovlap_contfrac5d_fermact_array_w.cc.
| Chroma::ContFrac5DQprop< T, P, Q >::ContFrac5DQprop | ( | Handle< EvenOddPrecConstDetLinearOperatorArray< T, P, Q > > | A_, | |
| const Real & | Mass_, | |||
| const SysSolverCGParams & | invParam_ | |||
| ) | [inline] |
Constructor.
| A_ | Linear operator ( Read ) | |
| Mass_ | quark mass ( Read ) |
Definition at line 367 of file eoprec_ovlap_contfrac5d_fermact_array_w.cc.
| Chroma::ContFrac5DQprop< T, P, Q >::~ContFrac5DQprop | ( | ) | [inline] |
| Chroma::ContFrac5DQprop< T, P, Q >::ContFrac5DQprop | ( | ) | [inline, private] |
Definition at line 504 of file eoprec_ovlap_contfrac5d_fermact_array_w.cc.
| SystemSolverResults_t Chroma::ContFrac5DQprop< 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 384 of file eoprec_ovlap_contfrac5d_fermact_array_w.cc.
References Chroma::ContFrac5DQprop< T, P, Q >::A, Chroma::InvCG2(), Chroma::ContFrac5DQprop< 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::ContFrac5DQprop< T, P, Q >::subset | ( | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< T >.
Definition at line 376 of file eoprec_ovlap_contfrac5d_fermact_array_w.cc.
Handle< EvenOddPrecConstDetLinearOperatorArray<T,P,Q> > Chroma::ContFrac5DQprop< T, P, Q >::A [private] |
Definition at line 506 of file eoprec_ovlap_contfrac5d_fermact_array_w.cc.
Referenced by Chroma::ContFrac5DQprop< T, P, Q >::operator()().
SysSolverCGParams Chroma::ContFrac5DQprop< T, P, Q >::invParam [private] |
Definition at line 508 of file eoprec_ovlap_contfrac5d_fermact_array_w.cc.
Referenced by Chroma::ContFrac5DQprop< T, P, Q >::operator()().
Real Chroma::ContFrac5DQprop< T, P, Q >::Mass [private] |
Definition at line 507 of file eoprec_ovlap_contfrac5d_fermact_array_w.cc.
1.4.7