Uses of Interface
de.tilman_neumann.jml.factor.siqs.powers.PowerFinder
-
Packages that use PowerFinder Package Description de.tilman_neumann.jml.factor.psiqs de.tilman_neumann.jml.factor.siqs de.tilman_neumann.jml.factor.siqs.powers -
-
Uses of PowerFinder in de.tilman_neumann.jml.factor.psiqs
Fields in de.tilman_neumann.jml.factor.psiqs declared as PowerFinder Modifier and Type Field Description protected PowerFinder
PSIQSBase. powerFinder
Constructors in de.tilman_neumann.jml.factor.psiqs with parameters of type PowerFinder Constructor Description PSIQS(float Cmult, float Mmult, Integer wantedQCount, Float maxQRestExponent, int numberOfThreads, PowerFinder powerFinder, MatrixSolver matrixSolver)
Standard constructor.PSIQS_SBH_U(float Cmult, float Mmult, Integer wantedQCount, Float maxQRestExponent, int blockSize, int numberOfThreads, PowerFinder powerFinder, MatrixSolver matrixSolver)
Standard constructor.PSIQS_U(float Cmult, float Mmult, Integer wantedQCount, Float maxQRestExponent, int numberOfThreads, PowerFinder powerFinder, MatrixSolver matrixSolver)
Standard constructor.PSIQSBase(float Cmult, float Mmult, Float maxQRestExponent, int numberOfThreads, Integer d, PowerFinder powerFinder, MatrixSolver matrixSolver, AParamGenerator apg)
Standard constructor. -
Uses of PowerFinder in de.tilman_neumann.jml.factor.siqs
Constructors in de.tilman_neumann.jml.factor.siqs with parameters of type PowerFinder 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 PowerFinder in de.tilman_neumann.jml.factor.siqs.powers
Classes in de.tilman_neumann.jml.factor.siqs.powers that implement PowerFinder Modifier and Type Class Description class
AllPowerFinder
Algorithm that finds all powers in [pMin, pMax].class
NoPowerFinder
Dummy implementation of PowerFinder that ignores powers.class
PowerOfSmallPrimesFinder
Algorithm to find the first powers of all pclass
SomePowerFinder
Base class for PowerFinders that do indeed find some powers.
-