Class MonomialZp64

All Implemented Interfaces:
Serializable

public final class MonomialZp64
extends AMonomial<MonomialZp64>
Monomial with coefficient from Zp with p < 2^64
Since:
1.0
See Also:
IMonomialAlgebra.MonomialAlgebraZp64, Serialized Form
  • Field Details

    • coefficient

      public final long coefficient
      the coefficient
  • Constructor Details

    • MonomialZp64

      public MonomialZp64​(DegreeVector degreeVector, long coefficient)
      Parameters:
      degreeVector - DegreeVector
      coefficient - the coefficient
    • MonomialZp64

      public MonomialZp64​(int[] exponents, int totalDegree, long coefficient)
      Parameters:
      exponents - exponents
      totalDegree - total degree (sum of exponents)
      coefficient - the coefficient
    • MonomialZp64

      public MonomialZp64​(int[] exponents, long coefficient)
      Parameters:
      exponents - exponents
      coefficient - the coefficient
    • MonomialZp64

      public MonomialZp64​(int nVariables, long coefficient)
  • Method Details