Uses of Class
de.tilman_neumann.jml.factor.siqs.poly.SIQSPolyGenerator
-
Packages that use SIQSPolyGenerator Package Description de.tilman_neumann.jml.factor.psiqs de.tilman_neumann.jml.factor.siqs -
-
Uses of SIQSPolyGenerator in de.tilman_neumann.jml.factor.psiqs
Fields in de.tilman_neumann.jml.factor.psiqs declared as SIQSPolyGenerator Modifier and Type Field Description protected SIQSPolyGenerator
PSIQSThreadBase. polyGenerator
Constructors in de.tilman_neumann.jml.factor.psiqs with parameters of type SIQSPolyGenerator 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 SIQSPolyGenerator in de.tilman_neumann.jml.factor.siqs
Constructors in de.tilman_neumann.jml.factor.siqs with parameters of type SIQSPolyGenerator 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.SIQS_Small(float Cmult, float Mmult, Integer wantedQCount, Float maxQRestExponent, SIQSPolyGenerator polyGenerator, int extraCongruences, boolean permitUnsafeUsage)
Standard constructor.
-