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 |
|
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 73 of file GSLRootFdFSolver.h.