34#include "gsl/gsl_roots.h"
39 namespace GSLRootHelper {
42 int TestInterval(
double xlow,
double xup,
double epsAbs,
double epsRel) {
47 int TestDelta(
double x1,
double x0,
double epsAbs,
double epsRel) {
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char x1
Namespace for new Math classes and functions.
int TestInterval(double xlow, double xup, double epsAbs, double epsRel)
int TestResidual(double f, double epsAbs)
int TestDelta(double x1, double x0, double epsAbs, double epsRel)
Namespace for new ROOT classes and functions.