Parma_Polyhedra_Library::GMP_Integer Class Reference
[C++ Language Interface]

Unbounded integers as provided by the GMP library. More...

#include <ppl.hh>

List of all members.

Related Functions

(Note that these are not member functions.)



Arithmetic Operators

void rem_assign (GMP_Integer &x, const GMP_Integer &y, const GMP_Integer &z)
 Assigns to x the remainder of the division of y by z.
int cmp (const GMP_Integer &x, const GMP_Integer &y)
 Returns a negative, zero or positive value depending on whether x is lower than, equal to or greater than y, respectively.

Detailed Description

Unbounded integers as provided by the GMP library.

GMP_Integer is an alias for the mpz_class type defined in the C++ interface of the GMP library. For more information, see http://www.swox.com/gmp/


Friends And Related Function Documentation

void rem_assign ( GMP_Integer x,
const GMP_Integer y,
const GMP_Integer z 
) [related]

Assigns to x the remainder of the division of y by z.


The documentation for this class was generated from the following file:

Generated on Sat Oct 24 11:22:03 2009 for PPL by  doxygen 1.6.1-20091004