Developer documentation

mmx::NISN< FT > Struct Template Reference

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

#include <univariate_bounds.hpp>

Static Public Member Functions

template<typename POLY >
static FT upper_bound (const POLY &p)
 

Detailed Description

template<class FT>
struct mmx::NISN< FT >

Negative Inverse Sum bound for negative roots.

Member Function Documentation

template<class FT >
template<typename POLY >
static FT mmx::NISN< FT >::upper_bound ( const POLY &  p)
inlinestatic

brief Computes the "Negative Inverse Sum" bound for the negative roots

Parameters
pUnivariate polynomials
See also
bound

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