Uses of Class
org.apfloat.internal.DoubleModMath
-
Packages that use DoubleModMath Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI). -
-
Uses of DoubleModMath in org.apfloat.internal
Subclasses of DoubleModMath in org.apfloat.internal Modifier and Type Class Description classDoubleFactor3NTTStepStrategySteps for the factor-3 NTT.classDoubleNTTConvolutionStepStrategySteps of a three-NTT convolution for thedoubletype.classDoubleNTTStepStrategyCommon methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.classDoubleTableFNTFast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.classDoubleTableFNTStrategyFast Number Theoretic Transform strategy that uses lookup tables for powers of n:th root of unity and permutation indexes.classDoubleWTablesHelper class for generating and caching tables of powers of the n:th root of unity.Fields in org.apfloat.internal declared as DoubleModMath Modifier and Type Field Description private static DoubleModMathDoubleCarryCRTStepStrategy. MATH_MOD_0private static DoubleModMathDoubleCarryCRTStepStrategy. MATH_MOD_1private static DoubleModMathDoubleCarryCRTStepStrategy. MATH_MOD_2Methods in org.apfloat.internal that return DoubleModMath Modifier and Type Method Description private static DoubleModMathDoubleWTables. getInstance(int modulus)
-