library: libMathMore
#include "Chebyshev.h"

ROOT::Math::Chebyshev


class description - source file - inheritance tree (.pdf)

class ROOT::Math::Chebyshev

Inheritance Chart:
ROOT::Math::Chebyshev
    private:
ROOT::Math::Chebyshev Chebyshev(size_t n) ROOT::Math::Chebyshev Chebyshev(const ROOT::Math::Chebyshev&) ROOT::Math::Chebyshev& operator=(const ROOT::Math::Chebyshev&) protected:
void Initialize(ROOT::Math::GSLFuncPointer f, void* params, double a, double b) public:
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) virtual void ~Chebyshev() 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

Data Members

    private:
size_t fOrder ROOT::Math::GSLChebSeries* fSeries ROOT::Math::GSLFunctionWrapper* fFunction

Class Description

 Created by: moneta  at Thu Dec  2 14:51:15 2004

 Last update: Thu Dec  2 14:51:15 2004




Inline Functions


                          void ~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 Chebyshev(size_t n)
         ROOT::Math::Chebyshev Chebyshev(const ROOT::Math::Chebyshev&)
        ROOT::Math::Chebyshev& operator=(const ROOT::Math::Chebyshev&)
                        double operator()(double x) const
           pair<double,double> EvalErr(double x) const
                        double operator()(double x, size_t n) const
           pair<double,double> EvalErr(double x, size_t n) const
        ROOT::Math::Chebyshev* Deriv()
        ROOT::Math::Chebyshev* Integral()
                          void Initialize(ROOT::Math::GSLFuncPointer f, void* params, double a, double b)


Last update: root/mathmore:$Name: $:$Id: Chebyshev.h,v 1.3 2005/09/19 15:50:04 brun Exp $


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.