Inheritance diagram for DerivFunction:
Public Member Functions | |
unsigned int | NDim () const |
DerivFunction * | Clone () const |
Private Member Functions | |
double | DoEval (const double *x) const |
Definition at line 106 of file testFunctor.cxx.
unsigned int DerivFunction::NDim | ( | ) | const [inline, virtual] |
Retrieve the dimension of the function
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 111 of file testFunctor.cxx.
DerivFunction* DerivFunction::Clone | ( | ) | const [inline, virtual] |
Clone a function. Each derived class must implement his version of the Clone method
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 113 of file testFunctor.cxx.
Implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 120 of file testFunctor.cxx.
References FUNC.