Class MultivariatePolynomialZp64.lPrecomputedPowers

java.lang.Object
cc.redberry.rings.poly.multivar.MultivariatePolynomialZp64.lPrecomputedPowers
Enclosing class:
MultivariatePolynomialZp64

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

    • value

      public final long value
    • ring

      public final IntegersZp64 ring
  • Constructor Details

    • lPrecomputedPowers

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

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

    • pow

      public long pow​(int exponent)