#include <root.h>
Definition at line 154 of file root.h.
Public Member Functions | |
virtual const char * | type () |
Return the type, "root_bkt" . | |
virtual int | solve_bkt (double &x1, double x2, param_t &pa, func_t &func)=0 |
Solve func in region ![]() ![]() | |
virtual int | solve (double &x, param_t &pa, func_t &func) |
Solve func using x as an initial guess. | |
virtual int | solve_de (double &x, param_t &pa, func_t &func, dfunc_t &df) |
Solve func using x as an initial guess using derivatives df . | |
Data Fields | |
double | bracket_step |
The stepsize for automatic bracketing (default ![]() |
double bracket_step |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page