Class PowerOfSmallPrimesFinder
- java.lang.Object
-
- de.tilman_neumann.jml.factor.siqs.powers.SomePowerFinder
-
- de.tilman_neumann.jml.factor.siqs.powers.PowerOfSmallPrimesFinder
-
- All Implemented Interfaces:
PowerFinder
public class PowerOfSmallPrimesFinder extends SomePowerFinder
Algorithm to find the first powers of all p- Author:
- Tilman Neumann
-
-
Constructor Summary
Constructors Constructor Description PowerOfSmallPrimesFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeSet<PowerEntry>findPowers(BigInteger kN, int[] primes, int[] tArray, int primeBaseSize, SieveParams sieveParams)Find the first powers > pMin.StringgetName()-
Methods inherited from class de.tilman_neumann.jml.factor.siqs.powers.SomePowerFinder
addPowers
-
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- algorithm name
-
findPowers
public TreeSet<PowerEntry> findPowers(BigInteger kN, int[] primes, int[] tArray, int primeBaseSize, SieveParams sieveParams)
Find the first powers > pMin.- Parameters:
kN-primes-tArray-primeBaseSize-sieveParams-- Returns:
- powers sorted bottom-up by p
-
-