Package | Description |
---|---|
org.apfloat.internal |
Default implementations of the apfloat Service Provider Interface (SPI).
|
Modifier and Type | Class and Description |
---|---|
class |
Long3NTTConvolutionStrategy
Convolution methods in the transform domain for the
long type. |
class |
LongFactor3NTTStrategy
A transform that implements a 3-point transform on
top of another Number Theoretic Transform that does
transforms of length 2n.
|
class |
LongFactor3SixStepNTTStrategy
A transform that implements a 3-point transform on
top of the six-step Number Theoretic Transform that does
transforms of length 2n.
|
class |
LongModMath
Modulo arithmetic functions for
long data. |
class |
LongParallelFNTStrategy
Common methods to calculate Fast Number Theoretic Transforms
in parallel using multiple threads.
|
class |
LongSixStepFNTStrategy
Fast Number Theoretic Transform that uses a "six-step"
algorithm to calculate a long transform more efficiently on
cache-based memory architectures.
|
class |
LongTableFNTStrategy
Fast Number Theoretic Transform that uses lookup tables
for powers of n:th root of unity and permutation indexes.
|
class |
LongTwoPassFNTStrategy
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.