Class Lehman_AnalyzeKStructure
java.lang.Object
de.tilman_neumann.jml.factor.lehman.Lehman_AnalyzeKStructure
public class Lehman_AnalyzeKStructure
extends java.lang.Object
Analyze the frequency with which different k find a factor.
k that are multiples of 315, 45, 15, 3 perform best.
-
Constructor Summary
Constructors Constructor Description Lehman_AnalyzeKStructure()
-
Method Summary
Modifier and Type Method Description long
findSingleFactor(long N)
static void
main(java.lang.String[] args)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Lehman_AnalyzeKStructure
public Lehman_AnalyzeKStructure()
-
-
Method Details
-
findSingleFactor
public long findSingleFactor(long N) -
main
public static void main(java.lang.String[] args)
-