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
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
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.