Class Lehman_AnalyzeKFactoringSameN

java.lang.Object
de.tilman_neumann.jml.factor.lehman.Lehman_AnalyzeKFactoringSameN

public class Lehman_AnalyzeKFactoringSameN
extends java.lang.Object
Analyze the frequency with which different k find a factor.
  • Constructor Summary

    Constructors
    Constructor Description
    Lehman_AnalyzeKFactoringSameN()  
  • 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_AnalyzeKFactoringSameN

      public Lehman_AnalyzeKFactoringSameN()
  • Method Details

    • findSingleFactor

      public long findSingleFactor​(long N)
    • main

      public static void main​(java.lang.String[] args)