Uses of Class
org.apfloat.internal.AbstractStepFNTStrategy
Packages that use AbstractStepFNTStrategy
Package
Description
Transforms for using a GPU via the aparapi library.
Default implementations of the apfloat Service Provider Interface (SPI).
-
Uses of AbstractStepFNTStrategy in org.apfloat.aparapi
Subclasses of AbstractStepFNTStrategy in org.apfloat.aparapiModifier and TypeClassDescriptionclass
Six-step NTT implementation that processes the data in the columns of the matrix.class
Two-pass NTT implementation that processes the data in the columns of the matrix.class
Six-step NTT implementation for theint
element type.class
Six-step NTT implementation for thelong
element type. -
Uses of AbstractStepFNTStrategy in org.apfloat.internal
Subclasses of AbstractStepFNTStrategy in org.apfloat.internalModifier and TypeClassDescriptionclass
Fast Number Theoretic Transform that uses a "six-step" algorithm to calculate a long transform more efficiently on cache-based memory architectures.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.