Package | Description |
---|---|
org.apfloat.internal |
Default implementations of the apfloat Service Provider Interface (SPI).
|
Modifier and Type | Class and Description |
---|---|
class |
FloatFactor3SixStepNTTStrategy
A transform that implements a 3-point transform on
top of the six-step Number Theoretic Transform that does
transforms of length 2n.
|
class |
FloatParallelFNTStrategy
Common methods to calculate Fast Number Theoretic Transforms
in parallel using multiple threads.
|
class |
FloatSixStepFNTStrategy
Fast Number Theoretic Transform that uses a "six-step"
algorithm to calculate a long transform more efficiently on
cache-based memory architectures.
|
class |
FloatTwoPassFNTStrategy
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.
|
Copyright © 2011. All Rights Reserved.