Go to the source code of this file.
Classes
Namespaces
Functions
- template<class OSTREAM , class T , int r> void print (OSTREAM &os, const Interval< T, r > &a)
- template<class T , int r> void hull (Interval< T, r > &v, const Interval< T, r > &a, const Interval< T, r > &b)
- template<class T , int r> bool intersect (Interval< T, r > &result, const Interval< T, r > &a, const Interval< T, r > &b)
- template<class X , class Y , int r0, int r1> void assign (Interval< X, r0 > &a, const Interval< Y, r1 > &b)
- template<class A , class B > void assign (A &a, const B &b)
- Generic definition of the assignement function.
- template<class C , class T > void assign (Interval< C > &a, const T &b)