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);
Root-Finder implementation class using GSL.
gsl_root_fsolver * Solver() const
gsl_root_fsolver * fSolver
virtual ~GSLRootFSolver()
GSLRootFSolver(const gsl_root_fsolver_type *type)