#include <cstdlib>
#include <iosfwd>
#include <gmp.h>
#include "utils.H"
#include "mpz_wrapper.H"
Go to the source code of this file.
Classes | |
class | CmpqsFactortypes |
base class to provide an enumeration of to offsprings More... | |
class | CmpqsFactor |
provides DLP (double large primes) as a data type More... | |
Functions | |
ostream & | operator<< (ostream &ostr, const CmpqsFactor &x) |
Variables | |
const int | SingleLargePrime_Threshold |
Definition in file Tfactor.H.
ostream& operator<< | ( | ostream & | ostr, | |
const CmpqsFactor & | x | |||
) | [inline] |
const int SingleLargePrime_Threshold |
Definition at line 20 of file qsieve-fwd.H.