mpz_t
integers.
More...
#include <lib/utils/include/gmp_utils.h>
Data Fields | |
mpz_t | x |
mpz_t | y |
mpz_t
integers.
This very simple structure defines a pair of mpz_t
integers.
Definition at line 50 of file gmp_utils.h.
mpz_t struct_mpz_pair_t::x |
The first mpz_t
integer of the pair.
Definition at line 54 of file gmp_utils.h.
Referenced by clear_mpz_pair(), and init_mpz_pair().
mpz_t struct_mpz_pair_t::y |
The second mpz_t
integer of the pair.
Definition at line 58 of file gmp_utils.h.
Referenced by clear_mpz_pair(), and init_mpz_pair().