Developer documentation

mmx::NISP< C > Struct Template Reference

Negative Inverse Sum bound for positive roots. More...

#include <univariate_bounds.hpp>

Static Public Member Functions

template<typename POLY >
static C upper_bound (const POLY &p)
 Computes the "Negative Inverse Sum" bound for the positive roots. More...
 
template<typename POLY >
static C lower_bound (const POLY &p)
 

Detailed Description

template<class C>
struct mmx::NISP< C >

Negative Inverse Sum bound for positive roots.

Member Function Documentation

template<class C >
template<typename POLY >
static C mmx::NISP< C >::lower_bound ( const POLY &  p)
inlinestatic
template<class C >
template<typename POLY >
static C mmx::NISP< C >::upper_bound ( const POLY &  p)
inlinestatic

Computes the "Negative Inverse Sum" bound for the positive roots.

Parameters
pUnivariate polynomials
See also
bound_root

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