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 voidCongruenceCollector. initialize(BigInteger N, FactorTest factorTest)Initialize congruence collector for a new N.voidCongruenceCollectorParallel. 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 classFactorTest01Factor 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 voidMatrixSolver. initialize(BigInteger N, FactorTest factorTest)Initialize for a new N.
-