14 #ifndef ROOT_Math_MinimTransformFunction 15 #define ROOT_Math_MinimTransformFunction 54 const std::map<
unsigned int, std::pair<double, double> > & bounds);
108 virtual double DoEval(
const double * x)
const {
109 #ifndef DO_THREADSAFE 114 return (*
fFunc)(&xext[0]);
119 virtual double DoDerivative (
const double * x,
unsigned int icoord )
const {
124 return deriv * dExtdInt;
129 BaseFunc(), BaseGradFunc()
141 mutable std::vector<double>
fX;
Interface (abstract class) for multi-dimensional functions providing a gradient calculation.
Namespace for new ROOT classes and functions.
T Derivative(const T *x, unsigned int icoord=0) const
Return the partial derivative with respect to the passed coordinate.
Documentation for the abstract class IBaseFunctionMultiDim.
Namespace for new Math classes and functions.
virtual unsigned int NDim() const =0
Retrieve the dimension of the function.