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 TypeClassDescriptionclassSix-step NTT implementation that processes the data in the columns of the matrix.classTwo-pass NTT implementation that processes the data in the columns of the matrix.classSix-step NTT implementation for theintelement type.classSix-step NTT implementation for thelongelement type. -
Uses of AbstractStepFNTStrategy in org.apfloat.internal
Subclasses of AbstractStepFNTStrategy in org.apfloat.internalModifier and TypeClassDescriptionclassFast Number Theoretic Transform that uses a "six-step" algorithm to calculate a long transform more efficiently on cache-based memory architectures.classFast Number Theoretic Transform that uses a "two-pass" algorithm to calculate a very long transform on data that resides on a mass storage device.