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 boolean
CongruenceCollector. add(AQPair aqPair)
Add a new elementary partial or smooth congruence.protected boolean
CongruenceCollector. 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 void
MatrixSolver. processNullVector(Set<AQPair> aqPairs)
void
MatrixSolver. solve(Collection<? extends Smooth> congruences)
Main method to solve a congruence equation system.protected abstract void
MatrixSolver. solve(List<Smooth> congruences, Map<Integer,Integer> factors_2_columnIndices)
Create the matrix from the pre-processed congruences and solve it.protected void
MatrixSolver01_Gauss. solve(List<Smooth> congruences, Map<Integer,Integer> factors_2_columnIndices)
protected void
MatrixSolver02_BlockLanczos. solve(List<Smooth> congruences, Map<Integer,Integer> factors_2_columnIndices)
void
FactorTest. testForFactor(Set<AQPair> aqPairs)
Test if a square congruence A^2 == Q (mod kN) gives a factor of N.void
FactorTest01. 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 void
CFrac. test()
protected void
CFrac63. 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 void
TDiv_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.void
TDiv_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 void
HartLA63. test()
-