#include <realroot/rounding_mode.hpp>
#include <realroot/GMP.hpp>
#include <realroot/texp_rationalof.hpp>
#include <realroot/univariate.hpp>
#include <vector>
#include <stack>
#include <queue>
Go to the source code of this file.
|
template<typename T > |
T | mmx::abs (const T &x) |
|
template<class T > |
T | mmx::pow2 (int i) |
|
template<typename FT , typename POLY > |
FT | mmx::bound_root (const POLY &p, const Cauchy< FT > &m) |
|
template<typename FT , typename POLY > |
FT | mmx::max_bound (const POLY &p, const Cauchy< FT > &m) |
|
template<typename FT , typename POLY > |
FT | mmx::min_bound (const POLY &p, Cauchy< FT >) |
|