Class Lehman_AnalyzeKMods
- java.lang.Object
-
- de.tilman_neumann.jml.factor.lehman.Lehman_AnalyzeKMods
-
public class Lehman_AnalyzeKMods extends Object
Analyze the frequency with which different k-moduli % MOD find a factor.- Author:
- Tilman Neumann
-
-
Constructor Summary
Constructors Constructor Description Lehman_AnalyzeKMods(int m)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
findSingleFactor(long N)
static void
main(String[] args)
-
-
-
Method Detail
-
findSingleFactor
public long findSingleFactor(long N)
-
main
public static void main(String[] args)
-
-