Uses of Class
de.tilman_neumann.jml.factor.base.congruence.CongruenceCollectorParallel
-
Packages that use CongruenceCollectorParallel Package Description de.tilman_neumann.jml.factor.psiqs -
-
Uses of CongruenceCollectorParallel in de.tilman_neumann.jml.factor.psiqs
Methods in de.tilman_neumann.jml.factor.psiqs with parameters of type CongruenceCollectorParallel Modifier and Type Method Description protected PSIQSThreadBase
PSIQS_SBH_U. createThread(int k, BigInteger N, BigInteger kN, int d, SieveParams sieveParams, BaseArrays baseArrays, AParamGenerator apg, CongruenceCollectorParallel cc, int threadIndex)
protected PSIQSThreadBase
PSIQS_U. createThread(int k, BigInteger N, BigInteger kN, int d, SieveParams sieveParams, BaseArrays baseArrays, AParamGenerator apg, CongruenceCollectorParallel cc, int threadIndex)
protected PSIQSThreadBase
PSIQS. createThread(int k, BigInteger N, BigInteger kN, int d, SieveParams sieveParams, BaseArrays baseArrays, AParamGenerator apg, CongruenceCollectorParallel cc, int threadIndex)
protected abstract PSIQSThreadBase
PSIQSBase. createThread(int k, BigInteger N, BigInteger kN, int d, SieveParams sieveParams, BaseArrays baseArrays, AParamGenerator apg, CongruenceCollectorParallel cc, int threadIndex)
Constructors in de.tilman_neumann.jml.factor.psiqs with parameters of type CongruenceCollectorParallel Constructor Description PSIQSThread(int k, BigInteger N, BigInteger kN, int d, SieveParams sieveParams, BaseArrays baseArrays, AParamGenerator apg, CongruenceCollectorParallel cc, int threadIndex)
Standard constructor.PSIQSThread_SBH_U(int k, BigInteger N, BigInteger kN, int d, SieveParams sieveParams, BaseArrays baseArrays, int blockSize, AParamGenerator apg, CongruenceCollectorParallel cc, int threadIndex)
Standard constructor.PSIQSThread_U(int k, BigInteger N, BigInteger kN, int d, SieveParams sieveParams, BaseArrays baseArrays, AParamGenerator apg, CongruenceCollectorParallel cc, int threadIndex)
Standard constructor.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.
-