Class MultivariatePolynomialZp64.lPrecomputedPowers

  • Enclosing class:
    MultivariatePolynomialZp64

    public static final class MultivariatePolynomialZp64.lPrecomputedPowers
    extends Object
    cached powers used to save some time
    • Field Detail

      • value

        public final long value
    • Constructor Detail

      • lPrecomputedPowers

        public lPrecomputedPowers​(long value,
                                  IntegersZp64 ring)
      • lPrecomputedPowers

        public lPrecomputedPowers​(int cacheSize,
                                  long value,
                                  IntegersZp64 ring)
    • Method Detail

      • pow

        public long pow​(int exponent)