This is the complete list of members for ROOT::Math::Interpolator, including all inherited members.
Deriv(double x) const | ROOT::Math::Interpolator | |
Deriv2(double x) const | ROOT::Math::Interpolator | |
Eval(double x) const | ROOT::Math::Interpolator | |
fInterp | ROOT::Math::Interpolator | private |
Integ(double a, double b) const | ROOT::Math::Interpolator | |
Interpolator(unsigned int ndata=0, Interpolation::Type type=Interpolation::kCSPLINE) | ROOT::Math::Interpolator | |
Interpolator(const std::vector< double > &x, const std::vector< double > &y, Interpolation::Type type=Interpolation::kCSPLINE) | ROOT::Math::Interpolator | |
Interpolator(const Interpolator &) | ROOT::Math::Interpolator | private |
operator=(const Interpolator &) | ROOT::Math::Interpolator | private |
SetData(const std::vector< double > &x, const std::vector< double > &y) | ROOT::Math::Interpolator | |
SetData(unsigned int ndata, const double *x, const double *y) | ROOT::Math::Interpolator | |
Type() const | ROOT::Math::Interpolator | |
TypeGet() const | ROOT::Math::Interpolator | |
~Interpolator() | ROOT::Math::Interpolator | virtual |