realroot_doc 0.1.1
|
#include <solver_uv_interval_newton.hpp>
Definition at line 231 of file solver_uv_interval_newton.hpp.
typedef INT::boundary_type BT |
Definition at line 234 of file solver_uv_interval_newton.hpp.
typedef Seq<INT> solutions_t |
Definition at line 235 of file solver_uv_interval_newton.hpp.
typedef interval_newton<INT, C> solver_t |
Definition at line 233 of file solver_uv_interval_newton.hpp.
IntervalNewton | ( | INT | approx_, |
BT | delta_ = 0 |
||
) | [inline] |
Definition at line 241 of file solver_uv_interval_newton.hpp.
: initial_approx(approx_), delta(delta_), status(0) { };
Definition at line 238 of file solver_uv_interval_newton.hpp.
Referenced by mmx::solve().
INT initial_approx |
Definition at line 237 of file solver_uv_interval_newton.hpp.
Referenced by mmx::solve().
int status |
Definition at line 239 of file solver_uv_interval_newton.hpp.
Referenced by mmx::solve().