One-dimensional with solver with derivatives [abstract base]. More...
#include <root.h>
Public Member Functions | |
virtual const char * | type () |
Return the type, "root_de" . | |
virtual int | solve_bkt (double &x1, double x2, func_t &func) |
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)=0 |
Solve func using x as an initial guess using derivatives df . | |
![]() | |
virtual int | print_iter (double x, double y, int iter, double value=0.0, double limit=0.0, std::string comment="") |
Print out iteration information. More... | |
virtual int | solve_de (double &x, func_t &func, func_t &df) |
Solve func using x as an initial guess using derivatives df . | |
Additional Inherited Members | |
![]() | |
double | tol_rel |
The maximum value of the functions for success (default ![]() | |
double | tol_abs |
The minimum allowable stepsize (default ![]() | |
int | verbose |
Output control (default 0) | |
int | ntrial |
Maximum number of iterations (default 100) | |
bool | err_nonconv |
If true, call the error handler if the solver does not converge (default true) | |
int | last_ntrial |
The number of iterations used in the most recent solve. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).