|
Givaro
|
#include <iostream>#include <string>Data Structures | |
| class | Indeter |
Namespaces | |
| namespace | Givaro |
Arithmetic on GF(p^k), with p a prime number less than 2^15. | |
Functions | |
| int | operator== (const Indeter &i1, const Indeter &i2) |
| int | operator!= (const Indeter &i1, const Indeter &i2) |
| int | operator<= (const Indeter &i1, const Indeter &i2) |
| int | operator< (const Indeter &i1, const Indeter &i2) |
| int | operator>= (const Indeter &i1, const Indeter &i2) |
| int | operator> (const Indeter &i1, const Indeter &i2) |
1.7.4