Inheritance diagram for Parabole:

Public Member Functions | |
| virtual | ~Parabole () |
| unsigned int | NDim () const |
| ROOT::Math::IMultiGenFunction * | Clone () const |
Private Member Functions | |
| double | DoEval (const double *x) const |
Definition at line 39 of file testGAMinimizer.cxx.
| virtual Parabole::~Parabole | ( | ) | [inline, virtual] |
Definition at line 41 of file testGAMinimizer.cxx.
| unsigned int Parabole::NDim | ( | ) | const [inline, virtual] |
Retrieve the dimension of the function
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 43 of file testGAMinimizer.cxx.
| ROOT::Math::IMultiGenFunction* Parabole::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 45 of file testGAMinimizer.cxx.
Implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 51 of file testGAMinimizer.cxx.
1.5.1