14#ifndef ROOT_Math_MinimTransformFunction 
   15#define ROOT_Math_MinimTransformFunction 
   56                            const std::map<
unsigned int, std::pair<double, double> > & bounds);
 
   66   unsigned int NDim()
 const override { 
return fIndex.size(); }
 
  107   double DoEval(
const double * 
x)
 const override {
 
 
  140   mutable std::vector<double>  
fX;                 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Documentation for the abstract class IBaseFunctionMultiDim.
 
Interface (abstract class) for multi-dimensional functions providing a gradient calculation.
 
Namespace for new Math classes and functions.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...