33 #ifndef ROOT_Math_GSLDerivator
34 #define ROOT_Math_GSLDerivator
51 class GSLFunctionWrapper;
static double EvalBackward(const IGenFunction &f, double x, double h)
void SetFunction(const IGenFunction &f)
virtual ~GSLDerivator()
destructor (no operations)
double EvalForward(double x, double h)
double EvalCentral(double x, double h)
GSLFunctionWrapper fFunction
static double EvalCentral(const IGenFunction &f, double x, double h)
static double EvalForward(const IGenFunction &f, double x, double h)
void SetFunction(GSLFuncPointer f, void *p=0)
double EvalBackward(double x, double h)
Various mathematical functions.
double(* GSLFuncPointer)(double, void *)