46   static double kPrecision = std::sqrt ( std::numeric_limits<double>::epsilon() );
 
   47   double x0 = std::abs(
x[
icoord]);
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
double Eval(double x, double h=1E-8) const
Computes the numerical derivative of a function f at a point x.
 
const IMultiGenFunction * fFunc
 
static void SetDerivPrecision(double eps)
precision value used for calculating the derivative step-size h = eps * |x|.
 
static double GetDerivPrecision()
get precision value used for calculating the derivative step-size
 
double DoDerivative(const double *x, unsigned int icoord) const override
 
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...