31 #ifndef ROOT_Math_GSLRootFdFSolver 32 #define ROOT_Math_GSLRootFdFSolver 35 #include "gsl/gsl_roots.h" 52 fSolver = gsl_root_fdfsolver_alloc( type);
55 gsl_root_fdfsolver_free(
fSolver);
gsl_root_fdfsolver * fSolver
Namespace for new ROOT classes and functions.
GSLRootFdFSolver(const gsl_root_fdfsolver_type *type)
virtual ~GSLRootFdFSolver()
gsl_root_fdfsolver * Solver() const
Root-Finder with derivatives implementation class using GSL.
Namespace for new Math classes and functions.