Givaro
|
Core gmp++_int.h. More...
#include <vector>
#include <list>
#include <string>
#include <assert.h>
#include "gmp++/gmp++_int_rand.inl"
Data Structures | |
class | Integer |
This is the Integer class. More... | |
Namespaces | |
namespace | Givaro |
Arithmetic on GF(p^k), with p a prime number less than 2^15. | |
Functions | |
int | compare (const Integer &a, const Integer &b) |
Compares two integers. | |
int | absCompare (const Integer &a, const Integer &b) |
Compare the norm of two integers. | |
int | absCompare (const Integer &a, const double d) |
Compare the norm of two integers. | |
int | absCompare (const Integer &a, const float d) |
Compare the norm of two integers. | |
int | absCompare (const Integer &a, const unsigned long u) |
Compare the norm of two integers. | |
int | absCompare (const Integer &a, const unsigned u) |
Compare the norm of two integers. | |
int | absCompare (const Integer &a, const long int u) |
Compare the norm of two integers. | |
int | absCompare (const Integer &a, const int u) |
Compare the norm of two integers. |
Core gmp++_int.h.