Class SieveParamsFactory01
java.lang.Object
de.tilman_neumann.jml.factor.siqs.sieve.SieveParamsFactory01
public class SieveParamsFactory01
extends java.lang.Object
Factory to compute some basic parameters for the sieve.
Version 01 is based on an estimate of the maximal tdiv rest allowed for smooth relations. This has been adjusted by experiments.
-
Constructor Summary
Constructors Constructor Description SieveParamsFactory01()
-
Method Summary
Modifier and Type Method Description static SieveParams
create(double N_dbl, int NBits, java.math.BigInteger kN, int d, int[] primeBase, int primeBaseSize, int sieveArraySize)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SieveParamsFactory01
public SieveParamsFactory01()
-
-
Method Details
-
create
public static SieveParams create(double N_dbl, int NBits, java.math.BigInteger kN, int d, int[] primeBase, int primeBaseSize, int sieveArraySize)
-