Root-Finder implementation class using GSL.
Definition at line 47 of file GSLRootFSolver.h.
Public Member Functions | |
GSLRootFSolver (const gsl_root_fsolver_type *type) | |
virtual | ~GSLRootFSolver () |
gsl_root_fsolver * | Solver () const |
Private Attributes | |
gsl_root_fsolver * | fSolver |
|
inline |
Definition at line 51 of file GSLRootFSolver.h.
|
inlinevirtual |
Definition at line 54 of file GSLRootFSolver.h.
|
inline |
Definition at line 65 of file GSLRootFSolver.h.
|
private |
Definition at line 73 of file GSLRootFSolver.h.