Uses of Interface
de.tilman_neumann.jml.factor.base.matrixSolver.FactorTest
-
Packages that use FactorTest Package Description de.tilman_neumann.jml.factor.base.congruence de.tilman_neumann.jml.factor.base.matrixSolver -
-
Uses of FactorTest in de.tilman_neumann.jml.factor.base.congruence
Methods in de.tilman_neumann.jml.factor.base.congruence with parameters of type FactorTest Modifier and Type Method Description void
CongruenceCollector. initialize(BigInteger N, FactorTest factorTest)
Initialize congruence collector for a new N.void
CongruenceCollectorParallel. initialize(BigInteger N, int requiredSmoothCongruenceCount, MatrixSolver matrixSolver, FactorTest factorTest)
Initialize congruence collector for a new N. -
Uses of FactorTest in de.tilman_neumann.jml.factor.base.matrixSolver
Classes in de.tilman_neumann.jml.factor.base.matrixSolver that implement FactorTest Modifier and Type Class Description class
FactorTest01
Factor test using modular reduction (mod N).Methods in de.tilman_neumann.jml.factor.base.matrixSolver with parameters of type FactorTest Modifier and Type Method Description void
MatrixSolver. initialize(BigInteger N, FactorTest factorTest)
Initialize for a new N.
-