Go to the source code of this file.
Classes
Namespaces
Defines
Functions
- template<class POL > void div_x (POL &p, int k)
- template<typename FT > Interval< FT > as_interval (const FT &a, const FT &b)
- template<typename RT , typename Poly > IntervalData< RT, Poly > as_interval_data (const RT &a, const RT &b, const RT &c, const RT &d, const Poly &f)
- template<typename T , typename F > T as (const F &x)
- template<class C > texp::rationalof< C >::T to_FT (const C &a, const C &b)
- template<typename FT > Interval< FT > to_FIT (const FT &a, const FT &b)
- template<typename K > K::FIT to_FIT (const typename K::RT &a, const typename K::RT &b, const typename K::RT &c, const typename K::RT &d, const typename K::FT &B)
- template<typename Poly > void reverse (Poly &R, const Poly &P)
- template<typename Poly > void reverse (Poly &R)
- template<typename RT , typename Poly > void reverse (IntervalData< RT, Poly > &I1)
- template<typename Poly > void shift_by_1 (Poly &R, const Poly &P)
- template<typename RT , typename Poly > void shift_by_1 (IntervalData< RT, Poly > &I1, const IntervalData< RT, Poly > &I2)
- template<typename RT , typename Poly > void shift_by_1 (IntervalData< RT, Poly > &I1)
- template<typename Poly > void shift_by_1 (Poly &R)
- template<typename RT , typename Poly > void scale (IntervalData< RT, Poly > &ID, const RT &a)
- template<typename RT , typename Poly > void scale (IntervalData< RT, Poly > &ID, long k)
- template<typename RT , typename Poly > void inv_scale (IntervalData< RT, Poly > &ID, const RT &a)
- template<typename RT , typename Poly > void shift (IntervalData< RT, Poly > &ID, const RT &a)
- template<typename RT , typename Poly > void reverse_shift_homography (IntervalData< RT, Poly > &I2, const IntervalData< RT, Poly > &ID)
- template<typename RT , typename Poly > void reverse_shift (IntervalData< RT, Poly > &I2, const IntervalData< RT, Poly > &ID)
Define Documentation