Uses of Interface
org.apfloat.internal.DecorableNTTStrategy
Packages that use DecorableNTTStrategy
Package
Description
Transforms for using a GPU via the aparapi library.
Default implementations of the apfloat Service Provider Interface (SPI).
-
Uses of DecorableNTTStrategy in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement DecorableNTTStrategyModifier 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.classFactor-3 NTT strategy that can be decorated.classSix-step NTT implementation for theintelement type using column orientation.classTwo-pass NTT implementation for theintelement type using column orientation.classFactor-3 NTT implementation for theintelement type.classSix-step NTT implementation for theintelement type using row orientation.classTwo-pass NTT implementation for theintelement type using row orientation.classSix-step NTT implementation for thelongelement type using column orientation.classTwo-pass NTT implementation for thelongelement type using column orientation.classFactor-3 NTT implementation for thelongelement type.classSix-step NTT implementation for thelongelement type using row orientation.classTwo-pass NTT implementation for thelongelement type using row orientation. -
Uses of DecorableNTTStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement DecorableNTTStrategyModifier 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.