Class SomePowerFinder
- java.lang.Object
-
- de.tilman_neumann.jml.factor.siqs.powers.SomePowerFinder
-
- All Implemented Interfaces:
PowerFinder
- Direct Known Subclasses:
AllPowerFinder
,PowerOfSmallPrimesFinder
public abstract class SomePowerFinder extends Object implements PowerFinder
Base class for PowerFinders that do indeed find some powers.- Author:
- Tilman Neumann
-
-
Constructor Summary
Constructors Constructor Description SomePowerFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseArrays
addPowers(BigInteger kN, int[] primes, int[] tArray, byte[] logPArray, double[] reciprocals, long[] pinvs, int primeBaseSize, SieveParams sieveParams)
Find powers and add them to the prime base.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.tilman_neumann.jml.factor.siqs.powers.PowerFinder
getName
-
-
-
-
Method Detail
-
addPowers
public BaseArrays addPowers(BigInteger kN, int[] primes, int[] tArray, byte[] logPArray, double[] reciprocals, long[] pinvs, int primeBaseSize, SieveParams sieveParams)
Description copied from interface:PowerFinder
Find powers and add them to the prime base.- Specified by:
addPowers
in interfacePowerFinder
sieveParams
- basic sieve parameters- Returns:
- BaseArrays containing powers
-
-