#include <iostream>
#include <counted_ptr.h>
#include <prointerval.hpp>
Go to the source code of this file.
Classes | |
class | coco::proj_rational |
class | coco::projective_interval< I > |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Functions | |
bool | coco::operator< (int n, const proj_rational &R) |
bool | coco::operator<= (int n, const proj_rational &R) |
bool | coco::operator> (int n, const proj_rational &R) |
bool | coco::operator>= (int n, const proj_rational &R) |
bool | coco::operator== (int n, const proj_rational &R) |
bool | coco::operator!= (int n, const proj_rational &R) |
proj_rational | coco::abs (const proj_rational &r) |
Definition in file prointerval.h.