Header file declaring functions for the evaluation of the Chebyshev polynomials and the ChebyshevPol class which can be used for creating a TF1.
~ChebyshevPol() | |
ROOT::Math::ChebyshevPol | ChebyshevPol(unsigned int n) |
ROOT::Math::ChebyshevPol | ChebyshevPol(const ROOT::Math::ChebyshevPol&) |
ROOT::Math::ChebyshevPol | ChebyshevPol(ROOT::Math::ChebyshevPol&&) |
double | operator()(const double* x, const double* coeff) |
ROOT::Math::ChebyshevPol& | operator=(const ROOT::Math::ChebyshevPol&) |
ROOT::Math::ChebyshevPol& | operator=(ROOT::Math::ChebyshevPol&&) |