Uses of Class
org.apfloat.internal.LongElementaryModMath
Packages that use LongElementaryModMath
Package
Description
Transforms for using a GPU via the aparapi library.
Default implementations of the apfloat Service Provider Interface (SPI).
-
Uses of LongElementaryModMath in org.apfloat.aparapi
Subclasses of LongElementaryModMath in org.apfloat.aparapiModifier and TypeClassDescriptionclass
Steps for the factor-3 NTT using the GPU, for thelong
element type.class
NTT steps for thelong
element type aparapi transforms. -
Uses of LongElementaryModMath in org.apfloat.internal
Subclasses of LongElementaryModMath in org.apfloat.internalModifier and TypeClassDescriptionclass
Steps for the factor-3 NTT.class
Modulo arithmetic functions forlong
data.class
Steps of a three-NTT convolution for thelong
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.