Bracketing solver based the Boost implementation of TOMS 748.
This class currently uses o2scl::gsl_tolerance as a test, since this works even when the root is zero.
Public Functions
-
root_toms748
()
-
~root_toms748
()
-
const char *
type
()
Return the type, "root_toms748"
.
-
int
solve_bkt
(fp_t &x1, fp_t x2, func_t &func)
Solve func
using x
as an initial guess, returning x
.