Class Lehman_AnalyzeKMods

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

public class Lehman_AnalyzeKMods
extends java.lang.Object
Analyze the frequency with which different k-moduli % MOD find a factor.
  • Constructor Summary

    Constructors
    Constructor Description
    Lehman_AnalyzeKMods​(int m)  
  • 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_AnalyzeKMods

      public Lehman_AnalyzeKMods​(int m)
  • Method Details

    • findSingleFactor

      public long findSingleFactor​(long N)
    • main

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