Root-Finder with derivatives implementation class using GSL.
Definition at line 47 of file GSLRootFdFSolver.h.
Public Member Functions | |
GSLRootFdFSolver (const gsl_root_fdfsolver_type *type) | |
virtual | ~GSLRootFdFSolver () |
gsl_root_fdfsolver * | Solver () const |
Private Attributes | |
gsl_root_fdfsolver * | fSolver |
#include </github/home/ROOT-CI/src/math/mathmore/src/GSLRootFdFSolver.h>
|
inline |
Definition at line 51 of file GSLRootFdFSolver.h.
|
inlinevirtual |
Definition at line 54 of file GSLRootFdFSolver.h.
|
inline |
Definition at line 65 of file GSLRootFdFSolver.h.
|
private |
Definition at line 69 of file GSLRootFdFSolver.h.