Givaro 4.2.1
ruconvert.h File Reference
#include <cstddef>
#include <gmpxx.h>
#include "rumanip.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>
ruint< K > & mpz_to_ruint (ruint< K > &, const mpz_class &)
 
template<size_t K>
mpz_class & ruint_to_mpz (mpz_class &, const ruint< K > &)
 
template<size_t K>
mpz_ptr ruint_to_mpz_t (mpz_ptr a, const ruint< K > &b)
 
template<size_t K>
ruint< K > & mpz_t_to_ruint (ruint< K > &a, mpz_srcptr b)