#include <ovext_tuning_strategy.h>
Inheritance diagram for Chroma::AbsOvExtTuningStrategy:

Public Member Functions | |
| virtual | ~AbsOvExtTuningStrategy (void) |
| virtual void | operator() (multi1d< Real > &beta, const Real &coeffP, const multi1d< Real > &resP, const multi1d< Real > &resQ, const Real &Mass) const =0 |
Definition at line 23 of file ovext_tuning_strategy.h.
| virtual Chroma::AbsOvExtTuningStrategy::~AbsOvExtTuningStrategy | ( | void | ) | [inline, virtual] |
Definition at line 27 of file ovext_tuning_strategy.h.
| virtual void Chroma::AbsOvExtTuningStrategy::operator() | ( | multi1d< Real > & | beta, | |
| const Real & | coeffP, | |||
| const multi1d< Real > & | resP, | |||
| const multi1d< Real > & | resQ, | |||
| const Real & | Mass | |||
| ) | const [pure virtual] |
Implemented in Chroma::OvExtConstDivByResPStrategy, Chroma::OvExtConstantStrategy, and Chroma::OvExtNeubergerStrategy.
1.4.7