Class MonomialZp64

    • Field Detail

      • coefficient

        public final long coefficient
        the coefficient
    • Constructor Detail

      • 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)