Uses of Class
org.apfloat.internal.IntModMath
Packages that use IntModMath
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
-
Uses of IntModMath in org.apfloat.internal
Subclasses of IntModMath in org.apfloat.internalModifier and TypeClassDescriptionclass
Steps for the factor-3 NTT.class
Steps of a three-NTT convolution for theint
type.class
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
Fast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.class
Fast Number Theoretic Transform strategy that uses lookup tables for powers of n:th root of unity and permutation indexes.class
Helper class for generating and caching tables of powers of the n:th root of unity.Fields in org.apfloat.internal declared as IntModMathModifier and TypeFieldDescriptionprivate static final IntModMath
IntCarryCRTStepStrategy.MATH_MOD_0
private static final IntModMath
IntCarryCRTStepStrategy.MATH_MOD_1
private static final IntModMath
IntCarryCRTStepStrategy.MATH_MOD_2
Methods in org.apfloat.internal that return IntModMath