ROOT logo
ROOT » MATH » MATHCORE » ROOT::Math::ChebyshevPol

class ROOT::Math::ChebyshevPol


Header file declaring functions for the evaluation of the Chebyshev
polynomials and the ChebyshevPol class which can be used for
creating a TF1.


Function Members (Methods)

public:
~ChebyshevPol()
ROOT::Math::ChebyshevPolChebyshevPol(unsigned int n)
ROOT::Math::ChebyshevPolChebyshevPol(const ROOT::Math::ChebyshevPol&)
doubleoperator()(const double* x, const double* coeff)
ROOT::Math::ChebyshevPol&operator=(const ROOT::Math::ChebyshevPol&)

Data Members

private:
unsigned intfOrder

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

ChebyshevPol(unsigned int n)
{}
double operator()(const double* x, const double* coeff)