Inheritance diagram for MultiMin:
Public Member Functions | |
virtual | ~MultiMin () |
unsigned int | NDim () const |
ROOT::Math::IMultiGenFunction * | Clone () const |
Private Member Functions | |
double | DoEval (const double *x) const |
Definition at line 56 of file testGAMinimizer.cxx.
virtual MultiMin::~MultiMin | ( | ) | [inline, virtual] |
Definition at line 63 of file testGAMinimizer.cxx.
Implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 58 of file testGAMinimizer.cxx.
References TMath::Power().
unsigned int MultiMin::NDim | ( | ) | const [inline, virtual] |
Retrieve the dimension of the function
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 65 of file testGAMinimizer.cxx.
ROOT::Math::IMultiGenFunction* MultiMin::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 67 of file testGAMinimizer.cxx.