library: libMathMore #include "Chebyshev.h" |
virtual | ~Chebyshev() |
ROOT::Math::Chebyshev | Chebyshev(const ROOT::Math::IGenFunction& f, double a, double b, size_t n) |
ROOT::Math::Chebyshev | Chebyshev(ROOT::Math::GSLFuncPointer f, void* p, double a, double b, size_t n) |
ROOT::Math::Chebyshev* | Deriv() |
pair<double,double> | EvalErr(double x) const |
pair<double,double> | EvalErr(double x, size_t n) const |
ROOT::Math::Chebyshev* | Integral() |
double | operator()(double x) const |
double | operator()(double x, size_t n) const |
void | Initialize(ROOT::Math::GSLFuncPointer f, void* params, double a, double b) |