Class Lehman_AnalyzeKFactoringSameN
- java.lang.Object
-
- de.tilman_neumann.jml.factor.lehman.Lehman_AnalyzeKFactoringSameN
-
public class Lehman_AnalyzeKFactoringSameN extends Object
Analyze the frequency with which different k find a factor.- Author:
- Tilman Neumann
-
-
Constructor Summary
Constructors Constructor Description Lehman_AnalyzeKFactoringSameN()
-
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)
-
-