Developer documentation

mmx::HongBound< RT > Struct Template Reference

#include <univariate_bounds.hpp>

Static Public Member Functions

template<typename Poly >
static RT lower_bound (const Poly &f)
 

Detailed Description

template<class RT>
struct mmx::HongBound< RT >

A lower bound based upon the upper bound given by Hong. This should be the best possible, since Hong's bound is better than Kioustelidis' bound. The problem is that it is a $\Theta(n^2)$ procedure.

Member Function Documentation

template<class RT >
template<typename Poly >
static RT mmx::HongBound< RT >::lower_bound ( const Poly &  f)
inlinestatic

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