Givaro
Namespaces | Functions
rconvert.h File Reference
#include <cstddef>
#include <gmpxx.h>
#include "rrint.h"
#include "ruconvert.h"
#include "rufiddling.h"
+ Include dependency graph for rconvert.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 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)