|
Givaro 4.2.1
|
#include <cstddef>#include <gmpxx.h>#include "rrint.h"#include "ruconvert.h"#include "rufiddling.h"Namespaces | |
| namespace | RecInt |
| NOTE : For this common file, either basic/reduc.h or mg/reduc.h has to be pre-included. | |
Functions | |
| template<size_t K> | |
| rint< K > & | mpz_to_rint (ruint< K > &, const mpz_class &) |
| template<size_t K> | |
| mpz_class & | rint_to_mpz (mpz_class &, const rint< K > &) |
| template<size_t K> | |
| rint< K > & | mpz_to_rint (rint< K > &a, const mpz_class &b) |
| template<size_t K> | |
| mpz_ptr | rint_to_mpz_t (mpz_ptr a, const rint< K > &b) |
| template<size_t K> | |
| rint< K > & | mpz_t_to_rint (rint< K > &a, mpz_srcptr b) |