Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::ChebyshevPol Class Reference

Definition at line 129 of file ChebyshevPol.h.

Public Member Functions

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

Private Attributes

unsigned int fOrder
 

#include <Math/ChebyshevPol.h>

Constructor & Destructor Documentation

◆ ChebyshevPol()

ROOT::Math::ChebyshevPol::ChebyshevPol ( unsigned int  n)
inline

Definition at line 131 of file ChebyshevPol.h.

Member Function Documentation

◆ operator()()

double ROOT::Math::ChebyshevPol::operator() ( const double x,
const double coeff 
)
inline

Definition at line 133 of file ChebyshevPol.h.

Member Data Documentation

◆ fOrder

unsigned int ROOT::Math::ChebyshevPol::fOrder
private

Definition at line 137 of file ChebyshevPol.h.

Libraries for ROOT::Math::ChebyshevPol:

The documentation for this class was generated from the following file: