Class FactorArguments

java.lang.Object
de.tilman_neumann.jml.factor.base.FactorArguments

public class FactorArguments
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int exp
    The exponent of N
    java.math.BigInteger N
    The number to factor
    int NBits
    The number of bits of N
  • Constructor Summary

    Constructors
    Constructor Description
    FactorArguments​(java.math.BigInteger N, int exp)
    Full constructor.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • N

      public java.math.BigInteger N
      The number to factor
    • NBits

      public int NBits
      The number of bits of N
    • exp

      public int exp
      The exponent of N
  • Constructor Details

    • FactorArguments

      public FactorArguments​(java.math.BigInteger N, int exp)
      Full constructor.
      Parameters:
      N - the number to factor
      exp - the exponent of N