Uses of Interface
de.tilman_neumann.jml.factor.siqs.sieve.Sieve
-
Packages that use Sieve Package Description de.tilman_neumann.jml.factor.psiqs de.tilman_neumann.jml.factor.siqs de.tilman_neumann.jml.factor.siqs.poly de.tilman_neumann.jml.factor.siqs.sieve -
-
Uses of Sieve in de.tilman_neumann.jml.factor.psiqs
Fields in de.tilman_neumann.jml.factor.psiqs declared as Sieve Modifier and Type Field Description protected Sieve
PSIQSThreadBase. sieve
Constructors in de.tilman_neumann.jml.factor.psiqs with parameters of type Sieve Constructor Description PSIQSThreadBase(int k, BigInteger N, BigInteger kN, int d, SieveParams sieveParams, BaseArrays baseArrays, AParamGenerator apg, SIQSPolyGenerator polyGenerator, Sieve sieve, TDiv_QS tdiv, CongruenceCollectorParallel cc, int threadIndex)
Standard constructor. -
Uses of Sieve in de.tilman_neumann.jml.factor.siqs
Constructors in de.tilman_neumann.jml.factor.siqs with parameters of type Sieve Constructor Description SIQS(float Cmult, float Mmult, Integer wantedQCount, Float maxQRestExponent, PowerFinder powerFinder, SIQSPolyGenerator polyGenerator, Sieve sieve, TDiv_QS auxFactorizer, int extraCongruences, MatrixSolver matrixSolver)
Standard constructor. -
Uses of Sieve in de.tilman_neumann.jml.factor.siqs.poly
Methods in de.tilman_neumann.jml.factor.siqs.poly with parameters of type Sieve Modifier and Type Method Description void
SIQSPolyGenerator. initializeForN(int k, BigInteger N, BigInteger kN, int d, SieveParams sieveParams, BaseArrays baseArrays, AParamGenerator aParamGenerator, Sieve sieveEngine, TDiv_QS tDivEngine)
Initialize the polynomial generator for a new N. -
Uses of Sieve in de.tilman_neumann.jml.factor.siqs.sieve
Classes in de.tilman_neumann.jml.factor.siqs.sieve that implement Sieve Modifier and Type Class Description class
DoubleBlockHybridSieve
Combination of a monolithic sieve for large primes > sieveArraySize/3, and a single block sieve for p < sieveArraySize/3.class
DoubleBlockHybridSieveU
Combination of a monolithic sieve for large primes > sieveArraySize/3, and a single block sieve for p < sieveArraySize/3.class
DoubleBlockSieve
Double block sieve implementation, essentially following [Wambach, Wettig 1995].class
Sieve03g
Advanced non-segmented sieve implementation.class
Sieve03gU
Derivative of Sieve03g holding the sieve array in native memory.class
SimpleSieve
Simple non-segmented sieve.class
SingleBlockHybridSieve
Combination of a monolithic sieve for large primes > sieveArraySize/3, and a single block sieve for p < sieveArraySize/3.class
SingleBlockHybridSieveU
Combination of a monolithic sieve for large primes > sieveArraySize/3, and a single block sieve for p < sieveArraySize/3.class
SingleBlockSieve
Single block sieve implementation, essentially following [Wambach, Wettig 1995].class
SingleBlockSieveU
Single block sieve implementation, essentially following [Wambach, Wettig 1995].
-