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