#include <solver_uv_interval_newton.hpp>
Public Types | |
| typedef interval_newton< INT, C > | solver_t |
| typedef INT::boundary_type | BT |
| typedef Seq< INT > | solutions_t |
Public Member Functions | |
| IntervalNewton (INT approx_, BT delta_=0) | |
Public Attributes | |
| INT | initial_approx |
| BT | delta |
| int | status |
| typedef INT::boundary_type mmx::IntervalNewton< INT, C >::BT |
| typedef Seq<INT> mmx::IntervalNewton< INT, C >::solutions_t |
| typedef interval_newton<INT, C> mmx::IntervalNewton< INT, C >::solver_t |
|
inline |
| BT mmx::IntervalNewton< INT, C >::delta |
| INT mmx::IntervalNewton< INT, C >::initial_approx |
| int mmx::IntervalNewton< INT, C >::status |