Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::Interpolator Member List

This is the complete list of members for ROOT::Math::Interpolator, including all inherited members.

Deriv(double x) constROOT::Math::Interpolator
Deriv2(double x) constROOT::Math::Interpolator
Eval(double x) constROOT::Math::Interpolator
fInterpROOT::Math::Interpolatorprivate
Integ(double a, double b) constROOT::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::Interpolatorprivate
operator=(const Interpolator &)ROOT::Math::Interpolatorprivate
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() constROOT::Math::Interpolator
TypeGet() constROOT::Math::Interpolator
~Interpolator()ROOT::Math::Interpolatorvirtual