mpz_wrapper.H File Reference

contains wrapped C++ stream I/O for mpz_t (multiple precision numbers) More...

#include <cstdlib>
#include <iomanip>
#include <iostream>
#include <string>
#include <gmp.h>

Include dependency graph for mpz_wrapper.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  my_mpz_wrapper

Functions

unsigned long int my_mpz_wrapper::mpz_remainder_ui_ (const mpz_t n, const unsigned long int d)
unsigned long int my_mpz_wrapper::mpz_remainder_ui (const mpz_t n, const unsigned long int d)
std::ostreammy_mpz_wrapper::operator<< (std::ostream &ostr, const mpz_t value)
 wrapper function to output mpz_t numbers (to avoid/minimize explicit conversions)
std::istreammy_mpz_wrapper::operator>> (std::istream &istr, mpz_t value)
 input wrapper function for mpz_t numbers

Variables

const int my_mpz_wrapper::probab_prime_checks = 25
const int my_mpz_wrapper::mpzbase_f = 32


Detailed Description

contains wrapped C++ stream I/O for mpz_t (multiple precision numbers)

Definition in file mpz_wrapper.H.


Generated on Wed Nov 7 23:30:05 2007 for Qsieve by  doxygen 1.5.4