Uses of Class
org.apfloat.internal.FloatModMath
-
Packages that use FloatModMath Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI). -
-
Uses of FloatModMath in org.apfloat.internal
Subclasses of FloatModMath in org.apfloat.internal Modifier and Type Class Description classFloatFactor3NTTStepStrategySteps for the factor-3 NTT.classFloatNTTConvolutionStepStrategySteps of a three-NTT convolution for thefloattype.classFloatNTTStepStrategyCommon methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.classFloatTableFNTFast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.classFloatTableFNTStrategyFast Number Theoretic Transform strategy that uses lookup tables for powers of n:th root of unity and permutation indexes.classFloatWTablesHelper class for generating and caching tables of powers of the n:th root of unity.Fields in org.apfloat.internal declared as FloatModMath Modifier and Type Field Description private static FloatModMathFloatCarryCRTStepStrategy. MATH_MOD_0private static FloatModMathFloatCarryCRTStepStrategy. MATH_MOD_1private static FloatModMathFloatCarryCRTStepStrategy. MATH_MOD_2Methods in org.apfloat.internal that return FloatModMath Modifier and Type Method Description private static FloatModMathFloatWTables. getInstance(int modulus)
-