Uses of Interface
de.tilman_neumann.jml.factor.siqs.tdiv.TDiv_QS
-
Packages that use TDiv_QS 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.tdiv -
-
Uses of TDiv_QS in de.tilman_neumann.jml.factor.psiqs
Fields in de.tilman_neumann.jml.factor.psiqs declared as TDiv_QS Modifier and Type Field Description protected TDiv_QS
PSIQSThreadBase. auxFactorizer
Constructors in de.tilman_neumann.jml.factor.psiqs with parameters of type TDiv_QS 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 TDiv_QS in de.tilman_neumann.jml.factor.siqs
Constructors in de.tilman_neumann.jml.factor.siqs with parameters of type TDiv_QS 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 TDiv_QS in de.tilman_neumann.jml.factor.siqs.poly
Methods in de.tilman_neumann.jml.factor.siqs.poly with parameters of type TDiv_QS 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 TDiv_QS in de.tilman_neumann.jml.factor.siqs.tdiv
Classes in de.tilman_neumann.jml.factor.siqs.tdiv that implement TDiv_QS Modifier and Type Class Description class
TDiv_QS_1Large
A trial division engine where partials can only have 1 large factor.class
TDiv_QS_1Large_UBI
A trial division engine where partials can only have 1 large factor.class
TDiv_QS_2Large_UBI
A trial division engine where partials can have up to 2 large factors.class
TDiv_QS_2Large_UBI_BarrettD
A trial division engine where partials can have up to 2 large factors.class
TDiv_QS_nLarge
A trial division engine where partials can have several large factors.class
TDiv_QS_nLarge_UBI
A trial division engine where partials can have several large factors.class
TDiv_QS_Small
A trial division engine used by SIQS_Small.
-