Developer documentation

mmx::interval_newton< INT, CT > Struct Template Reference

#include <solver_uv_interval_newton.hpp>

Public Types

typedef ring< CT, MonomialTensor >::Polynomial polynomial
 
typedef INT::boundary_type BT
 

Static Public Member Functions

static BT width (const INT &x)
 
static BT median (const INT &x)
 
static bool singleton (const INT &x)
 
static INT bisection_iteration (const polynomial &p, const INT approx, int &status_)
 
static INT newton_iteration (const polynomial &p, const polynomial &dp, INT approx, BT delta_, int &status_)
 

Member Typedef Documentation

template<class INT , class CT >
typedef INT::boundary_type mmx::interval_newton< INT, CT >::BT
template<class INT , class CT >
typedef ring<CT, MonomialTensor>::Polynomial mmx::interval_newton< INT, CT >::polynomial

Member Function Documentation

template<class INT , class CT >
static INT mmx::interval_newton< INT, CT >::bisection_iteration ( const polynomial p,
const INT  approx,
int &  status_ 
)
inlinestatic
template<class INT , class CT >
static BT mmx::interval_newton< INT, CT >::median ( const INT &  x)
inlinestatic
template<class INT , class CT >
static INT mmx::interval_newton< INT, CT >::newton_iteration ( const polynomial p,
const polynomial dp,
INT  approx,
BT  delta_,
int &  status_ 
)
inlinestatic
template<class INT , class CT >
static bool mmx::interval_newton< INT, CT >::singleton ( const INT &  x)
inlinestatic
template<class INT , class CT >
static BT mmx::interval_newton< INT, CT >::width ( const INT &  x)
inlinestatic

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