Herwig 7.3.0
|
wrapper araound the bisection root solver More...
#include <gsl.h>
Public Member Functions | |
bisection_root_solver (const Function &thef) | |
constructor – allocates the solver | |
~bisection_root_solver () | |
destructor – frees the solver | |
double | solve (std::pair< double, double > interval, double precision=.000001) |
solve for root given initial interval | |
Public Attributes | |
Function | f |
function object representing the equation to be solved | |
gsl_root_fsolver * | s |
the gsl solver used | |
wrapper araound the bisection root solver
|
inline |
constructor – allocates the solver
Definition at line 26 of file gsl.h.
References matchbox::gsl::bisection_root_solver< Function, MaxIterations >::s.
|
inline |
destructor – frees the solver
Definition at line 31 of file gsl.h.
References matchbox::gsl::bisection_root_solver< Function, MaxIterations >::s.
Function matchbox::gsl::bisection_root_solver< Function, MaxIterations >::f |
gsl_root_fsolver* matchbox::gsl::bisection_root_solver< Function, MaxIterations >::s |
the gsl solver used
Definition at line 42 of file gsl.h.
Referenced by matchbox::gsl::bisection_root_solver< Function, MaxIterations >::bisection_root_solver(), and matchbox::gsl::bisection_root_solver< Function, MaxIterations >::~bisection_root_solver().