Uses of Class
de.tilman_neumann.jml.factor.FactorException
-
-
Uses of FactorException in de.tilman_neumann.jml.factor.base.congruence
Methods in de.tilman_neumann.jml.factor.base.congruence that throw FactorException Modifier and Type Method Description booleanCongruenceCollector. add(AQPair aqPair)Add a new elementary partial or smooth congruence.protected booleanCongruenceCollector. addSmooth(Smooth smoothCongruence)Add smooth congruence. -
Uses of FactorException in de.tilman_neumann.jml.factor.base.matrixSolver
Methods in de.tilman_neumann.jml.factor.base.matrixSolver that throw FactorException Modifier and Type Method Description voidMatrixSolver. processNullVector(Set<AQPair> aqPairs)voidMatrixSolver. solve(Collection<? extends Smooth> congruences)Main method to solve a congruence equation system.protected abstract voidMatrixSolver. solve(List<Smooth> congruences, Map<Integer,Integer> factors_2_columnIndices)Create the matrix from the pre-processed congruences and solve it.protected voidMatrixSolver01_Gauss. solve(List<Smooth> congruences, Map<Integer,Integer> factors_2_columnIndices)protected voidMatrixSolver02_BlockLanczos. solve(List<Smooth> congruences, Map<Integer,Integer> factors_2_columnIndices)voidFactorTest. testForFactor(Set<AQPair> aqPairs)Test if a square congruence A^2 == Q (mod kN) gives a factor of N.voidFactorTest01. testForFactor(Set<AQPair> aqPairs)Test if a square congruence A^2 == Q (mod kN) gives a factor of N. -
Uses of FactorException in de.tilman_neumann.jml.factor.cfrac
Methods in de.tilman_neumann.jml.factor.cfrac that throw FactorException Modifier and Type Method Description protected voidCFrac. test()protected voidCFrac63. test(long Q_ip1) -
Uses of FactorException in de.tilman_neumann.jml.factor.cfrac.tdiv
Methods in de.tilman_neumann.jml.factor.cfrac.tdiv that throw FactorException Modifier and Type Method Description voidTDiv_CF. initialize(BigInteger kN, int primeBaseSize, int[] primesArray)Initialize this factorizer for a new k; in particular set the prime base to be used for trial division.voidTDiv_CF63. initialize(BigInteger kN, int primeBaseSize, int[] primesArray)Initialize this factorizer for a new k; in particular set the prime base to be used for trial division. -
Uses of FactorException in de.tilman_neumann.jml.factor.hart
Methods in de.tilman_neumann.jml.factor.hart that throw FactorException Modifier and Type Method Description protected voidHartLA63. test()
-