Class TinyEcm64.EcmResult

java.lang.Object
de.tilman_neumann.jml.factor.ecm.TinyEcm64.EcmResult
Enclosing class:
TinyEcm64

public static class TinyEcm64.EcmResult
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int curve  
    long f  
  • Constructor Summary

    Constructors
    Constructor Description
    EcmResult​(long f, int curve)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • f

      public long f
    • curve

      public int curve
  • Constructor Details

    • EcmResult

      public EcmResult​(long f, int curve)