31 #ifndef ROOT_Math_GSLRootFSolver 32 #define ROOT_Math_GSLRootFSolver 35 #include "gsl/gsl_roots.h" 52 fSolver = gsl_root_fsolver_alloc( type);
55 gsl_root_fsolver_free(
fSolver);
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Root-Finder implementation class using GSL.
gsl_root_fsolver * fSolver
virtual ~GSLRootFSolver()
Namespace for new Math classes and functions.
gsl_root_fsolver * Solver() const
GSLRootFSolver(const gsl_root_fsolver_type *type)