ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
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

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

Definition at line 131 of file ChebyshevPol.h.

Member Function Documentation

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

Definition at line 133 of file ChebyshevPol.h.

Member Data Documentation

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

Definition at line 137 of file ChebyshevPol.h.

Referenced by operator()().


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