#include <realroot/rounding_mode.hpp>
#include <realroot/texp_rationalof.hpp>
#include <realroot/univariate.hpp>
#include <vector>
#include <stack>
#include <queue>
Go to the source code of this file.
Classes
Namespaces
Defines
Functions
- template<typename T > T abs (const T &x)
- template<class T > T pow2 (int i)
- template<typename FT , typename POLY > FT bound_root (const POLY &p, const Cauchy< FT > &m)
- Prototype function, Computes an upper bound for the real roots.
- template<typename FT , typename POLY > FT max_bound (const POLY &p, const Cauchy< FT > &m)
- template<typename FT , typename POLY > FT min_bound (const POLY &p, Cauchy< FT >)
Detailed Description
Define Documentation