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 SievePSIQSThreadBase. sieveConstructors 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 voidSIQSPolyGenerator. 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 classDoubleBlockHybridSieveCombination of a monolithic sieve for large primes > sieveArraySize/3, and a single block sieve for p < sieveArraySize/3.classDoubleBlockHybridSieveUCombination of a monolithic sieve for large primes > sieveArraySize/3, and a single block sieve for p < sieveArraySize/3.classDoubleBlockSieveDouble block sieve implementation, essentially following [Wambach, Wettig 1995].classSieve03gAdvanced non-segmented sieve implementation.classSieve03gUDerivative of Sieve03g holding the sieve array in native memory.classSimpleSieveSimple non-segmented sieve.classSingleBlockHybridSieveCombination of a monolithic sieve for large primes > sieveArraySize/3, and a single block sieve for p < sieveArraySize/3.classSingleBlockHybridSieveUCombination of a monolithic sieve for large primes > sieveArraySize/3, and a single block sieve for p < sieveArraySize/3.classSingleBlockSieveSingle block sieve implementation, essentially following [Wambach, Wettig 1995].classSingleBlockSieveUSingle block sieve implementation, essentially following [Wambach, Wettig 1995].
-