Interface IntConstants


public interface IntConstants
Constants needed for various algorithms for the int type.
Since:
1.4
Version:
1.4
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final float
    Relative cost of Karatsuba multiplication.
    static final float
    Relative cost of NTT multiplication.
  • Field Details

    • KARATSUBA_COST_FACTOR

      static final float KARATSUBA_COST_FACTOR
      Relative cost of Karatsuba multiplication.
      See Also:
    • NTT_COST_FACTOR

      static final float NTT_COST_FACTOR
      Relative cost of NTT multiplication.
      See Also: