This is the complete list of members for ROOT::Math::Derivator, including all inherited members.
Derivator() | ROOT::Math::Derivator | |
Derivator(const IGenFunction &f) | ROOT::Math::Derivator | explicit |
Derivator(const GSLFuncPointer &f, void *p=nullptr) | ROOT::Math::Derivator | explicit |
Derivator(const Derivator &) | ROOT::Math::Derivator | private |
Error() const | ROOT::Math::Derivator | |
Eval(double x, double h=1E-8) const | ROOT::Math::Derivator | |
Eval(const IGenFunction &f, double x, double h=1E-8) | ROOT::Math::Derivator | static |
Eval(const IMultiGenFunction &f, const double *x, unsigned int icoord=0, double h=1E-8) | ROOT::Math::Derivator | static |
Eval(IParamFunction &f, double x, const double *p, unsigned int ipar=0, double h=1E-8) | ROOT::Math::Derivator | static |
Eval(IParamMultiFunction &f, const double *x, const double *p, unsigned int ipar=0, double h=1E-8) | ROOT::Math::Derivator | static |
EvalBackward(double x, double h=1E-8) const | ROOT::Math::Derivator | |
EvalBackward(const IGenFunction &f, double x, double h=1E-8) | ROOT::Math::Derivator | static |
EvalCentral(double x, double h=1E-8) const | ROOT::Math::Derivator | |
EvalCentral(const IGenFunction &f, double x, double h=1E-8) | ROOT::Math::Derivator | static |
EvalForward(double x, double h=1E-8) const | ROOT::Math::Derivator | |
EvalForward(const IGenFunction &f, double x, double h=1E-8) | ROOT::Math::Derivator | static |
fDerivator | ROOT::Math::Derivator | mutableprivate |
GSLFuncPointer typedef | ROOT::Math::Derivator | |
operator=(const Derivator &) | ROOT::Math::Derivator | private |
Result() const | ROOT::Math::Derivator | |
SetFunction(const IGenFunction &f) | ROOT::Math::Derivator | |
SetFunction(const GSLFuncPointer &f, void *p=nullptr) | ROOT::Math::Derivator | |
Status() const | ROOT::Math::Derivator | |
~Derivator() | ROOT::Math::Derivator | virtual |