struct_mpz_pair_t Struct Reference

A pair of mpz_t integers. More...

#include <lib/utils/include/gmp_utils.h>


Data Fields

mpz_t x
mpz_t y


Detailed Description

A pair of mpz_t integers.

This very simple structure defines a pair of mpz_t integers.

Definition at line 50 of file gmp_utils.h.


Field Documentation

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().

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().


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

Generated on Fri Jun 17 11:10:12 2011 for TIFA by Doxygen 1.5.5