![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
One-dimensional bracketing solver [abstract base]. More...
#include <root.h>
Public Member Functions | |
virtual const char * | type () |
Return the type, "root_bkt" . | |
virtual int | solve_bkt (double &x1, double x2, func_t &func)=0 |
Solve func in region ![]() ![]() | |
virtual int | solve (double &x, func_t &func) |
Solve func using x as an initial guess. | |
virtual int | solve_de (double &x, 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 ![]() | |
size_t | bracket_iters |
The number of iterations in attempt to bracket root (default 10) |
double root_bkt< func_t, dfunc_t >::bracket_step |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).