Uses of Interface
org.apfloat.internal.Parallelizable
Packages that use Parallelizable
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
-
Uses of Parallelizable in org.apfloat.internal
Classes in org.apfloat.internal that implement ParallelizableModifier and TypeClassDescriptionclass
Abstract superclass for step-based FNT strategies.class
Steps for the factor-3 NTT.class
Steps of a three-NTT convolution for thedouble
type.class
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
A transform that implements a 3-point transform on top of another Number Theoretic Transform that does transforms of length 2n.class
Steps for the factor-3 NTT.class
Steps of a three-NTT convolution for thefloat
type.class
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
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
Steps for the factor-3 NTT.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 a "six-step" algorithm to calculate a long transform more efficiently on cache-based memory architectures.class
Class for performing the final step of a three-modulus Number Theoretic Transform based convolution.class
Fast Number Theoretic Transform that uses a "two-pass" algorithm to calculate a very long transform on data that resides on a mass storage device.