Uses of Class
org.apfloat.internal.IntModMath
-
Packages that use IntModMath Package Description org.apfloat.aparapi Transforms for using a GPU via the aparapi library.org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI). -
-
Uses of IntModMath in org.apfloat.aparapi
Subclasses of IntModMath in org.apfloat.aparapi Modifier and Type Class Description classIntAparapiFactor3NTTStepStrategySteps for the factor-3 NTT using the GPU, for theintelement type.classIntAparapiNTTStepStrategyNTT steps for theintelement type aparapi transforms. -
Uses of IntModMath in org.apfloat.internal
Subclasses of IntModMath in org.apfloat.internal Modifier and Type Class Description classIntFactor3NTTStepStrategySteps for the factor-3 NTT.classIntNTTConvolutionStepStrategySteps of a three-NTT convolution for theinttype.classIntNTTStepStrategyCommon methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.classIntTableFNTFast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.classIntTableFNTStrategyFast Number Theoretic Transform strategy that uses lookup tables for powers of n:th root of unity and permutation indexes.classIntWTablesHelper class for generating and caching tables of powers of the n:th root of unity.Fields in org.apfloat.internal declared as IntModMath Modifier and Type Field Description private static IntModMathIntCarryCRTStepStrategy. MATH_MOD_0private static IntModMathIntCarryCRTStepStrategy. MATH_MOD_1private static IntModMathIntCarryCRTStepStrategy. MATH_MOD_2Methods in org.apfloat.internal that return IntModMath Modifier and Type Method Description private static IntModMathIntWTables. getInstance(int modulus)
-