Developer documentation

mmx::IntervalNewton< INT, C > Struct Template Reference

#include <solver_uv_interval_newton.hpp>

Public Types

typedef interval_newton< INT, Csolver_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
 

Detailed Description

template<class INT, class C>
struct mmx::IntervalNewton< INT, C >

Examples:
solver_uv_inewton_test.cpp.

Member Typedef Documentation

template<class INT, class C>
typedef INT::boundary_type mmx::IntervalNewton< INT, C >::BT
template<class INT, class C>
typedef Seq<INT> mmx::IntervalNewton< INT, C >::solutions_t
template<class INT, class C>
typedef interval_newton<INT, C> mmx::IntervalNewton< INT, C >::solver_t

Constructor & Destructor Documentation

template<class INT, class C>
mmx::IntervalNewton< INT, C >::IntervalNewton ( INT  approx_,
BT  delta_ = 0 
)
inline

Member Data Documentation

template<class INT, class C>
BT mmx::IntervalNewton< INT, C >::delta
template<class INT, class C>
INT mmx::IntervalNewton< INT, C >::initial_approx
template<class INT, class C>
int mmx::IntervalNewton< INT, C >::status

The documentation for this struct was generated from the following file:
Home