Inheritance diagram for GammaFunction:

Public Member Functions | |
| ROOT::Math::IGenFunction * | Clone () const |
Private Member Functions | |
| double | DoEval (double x) const |
| implementation of the evaluation function. Must be implemented by derived classes | |
Definition at line 31 of file testChebyshev.cxx.
| ROOT::Math::IGenFunction* GammaFunction::Clone | ( | ) | const [inline, virtual] |
Clone a function. Each derived class will implement his version of the provate DoClone method
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 36 of file testChebyshev.cxx.
implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 42 of file testChebyshev.cxx.
References ROOT::Math::tgamma().
1.5.1