Uses of Class
de.tilman_neumann.jml.factor.base.FactorArguments
-
-
Uses of FactorArguments in de.tilman_neumann.jml.factor
Methods in de.tilman_neumann.jml.factor with parameters of type FactorArguments Modifier and Type Method Description void
CombinedFactorAlgorithm. searchFactors(FactorArguments args, FactorResult result)
void
FactorAlgorithm. searchFactors(FactorArguments args, FactorResult result)
Try to find at least one factor of the given args.N, which is composite and odd. -
Uses of FactorArguments in de.tilman_neumann.jml.factor.ecm
Methods in de.tilman_neumann.jml.factor.ecm with parameters of type FactorArguments Modifier and Type Method Description void
EllipticCurveMethod. searchFactors(FactorArguments args, FactorResult result)
Find small factors of some N. -
Uses of FactorArguments in de.tilman_neumann.jml.factor.psiqs
Methods in de.tilman_neumann.jml.factor.psiqs with parameters of type FactorArguments Modifier and Type Method Description void
PSIQSBase. searchFactors(FactorArguments args, FactorResult result)
-
Uses of FactorArguments in de.tilman_neumann.jml.factor.siqs
Methods in de.tilman_neumann.jml.factor.siqs with parameters of type FactorArguments Modifier and Type Method Description void
SIQS_Small. searchFactors(FactorArguments args, FactorResult result)
void
SIQS. searchFactors(FactorArguments args, FactorResult result)
-
Uses of FactorArguments in de.tilman_neumann.jml.factor.tdiv
Methods in de.tilman_neumann.jml.factor.tdiv with parameters of type FactorArguments Modifier and Type Method Description void
TDiv. searchFactors(FactorArguments args, FactorResult result)
Tries to find small factors of a positive, possibly large argument N by doing trial division by all primes p <= pLimit.
-