Uses of Class
de.tilman_neumann.jml.factor.siqs.powers.PowerEntry
-
Packages that use PowerEntry Package Description de.tilman_neumann.jml.factor.siqs.powers -
-
Uses of PowerEntry in de.tilman_neumann.jml.factor.siqs.powers
Methods in de.tilman_neumann.jml.factor.siqs.powers that return types with arguments of type PowerEntry Modifier and Type Method Description TreeSet<PowerEntry>
AllPowerFinder. findPowers(BigInteger kN, int[] primes, int[] tArray, int primeBaseSize, SieveParams sieveParams)
Find all powers with pMin < power < pMax.TreeSet<PowerEntry>
PowerOfSmallPrimesFinder. findPowers(BigInteger kN, int[] primes, int[] tArray, int primeBaseSize, SieveParams sieveParams)
Find the first powers > pMin.Methods in de.tilman_neumann.jml.factor.siqs.powers with parameters of type PowerEntry Modifier and Type Method Description int
PowerEntry. compareTo(PowerEntry other)
-