Package | Description |
---|---|
org.apfloat.internal |
Default implementations of the apfloat Service Provider Interface (SPI).
|
Class and Description |
---|
ApfloatInternalException
Exception indicating some unexpected apfloat
implementation specific error situation.
|
DiskDataStorage
Abstract base class for disk-based data storage, containing the common
functionality independent of the element type.
|
DoubleBaseMath
Mathematical operations on numbers in a base.
|
DoubleCRTMath
Basic arithmetic for calculating the Chinese Remainder
Theorem.
|
DoubleDiskDataStorage
Disk-based data storage for the
double element type. |
DoubleElementaryModMath
Elementary modulo arithmetic functions for
double data. |
DoubleMediumConvolutionStrategy
Medium-length convolution strategy.
|
DoubleMemoryDataStorage
Memory based data storage implementation for the
double
element type. |
DoubleModMath
Modulo arithmetic functions for
double data. |
DoubleParallelFNTStrategy
Common methods to calculate Fast Number Theoretic Transforms
in parallel using multiple threads.
|
DoubleSixStepFNTStrategy
Fast Number Theoretic Transform that uses a "six-step"
algorithm to calculate a long transform more efficiently on
cache-based memory architectures.
|
DoubleTableFNTStrategy
Fast Number Theoretic Transform that uses lookup tables
for powers of n:th root of unity and permutation indexes.
|
FloatBaseMath
Mathematical operations on numbers in a base.
|
FloatCRTMath
Basic arithmetic for calculating the Chinese Remainder
Theorem.
|
FloatDiskDataStorage
Disk-based data storage for the
float element type. |
FloatElementaryModMath
Elementary modulo arithmetic functions for
float data. |
FloatMediumConvolutionStrategy
Medium-length convolution strategy.
|
FloatMemoryDataStorage
Memory based data storage implementation for the
float
element type. |
FloatModMath
Modulo arithmetic functions for
float data. |
FloatParallelFNTStrategy
Common methods to calculate Fast Number Theoretic Transforms
in parallel using multiple threads.
|
FloatSixStepFNTStrategy
Fast Number Theoretic Transform that uses a "six-step"
algorithm to calculate a long transform more efficiently on
cache-based memory architectures.
|
FloatTableFNTStrategy
Fast Number Theoretic Transform that uses lookup tables
for powers of n:th root of unity and permutation indexes.
|
IntBaseMath
Mathematical operations on numbers in a base.
|
IntCRTMath
Basic arithmetic for calculating the Chinese Remainder
Theorem.
|
IntDiskDataStorage
Disk-based data storage for the
int element type. |
IntElementaryModMath
Elementary modulo arithmetic functions for
int data. |
IntMediumConvolutionStrategy
Medium-length convolution strategy.
|
IntMemoryDataStorage
Memory based data storage implementation for the
int
element type. |
IntModMath
Modulo arithmetic functions for
int data. |
IntParallelFNTStrategy
Common methods to calculate Fast Number Theoretic Transforms
in parallel using multiple threads.
|
IntSixStepFNTStrategy
Fast Number Theoretic Transform that uses a "six-step"
algorithm to calculate a long transform more efficiently on
cache-based memory architectures.
|
IntTableFNTStrategy
Fast Number Theoretic Transform that uses lookup tables
for powers of n:th root of unity and permutation indexes.
|
LongBaseMath
Mathematical operations on numbers in a base.
|
LongCRTMath
Basic arithmetic for calculating the Chinese Remainder
Theorem.
|
LongDiskDataStorage
Disk-based data storage for the
long element type. |
LongElementaryModMath
Elementary modulo arithmetic functions for
long data. |
LongMediumConvolutionStrategy
Medium-length convolution strategy.
|
LongMemoryDataStorage
Memory based data storage implementation for the
long
element type. |
LongModMath
Modulo arithmetic functions for
long data. |
LongParallelFNTStrategy
Common methods to calculate Fast Number Theoretic Transforms
in parallel using multiple threads.
|
LongSixStepFNTStrategy
Fast Number Theoretic Transform that uses a "six-step"
algorithm to calculate a long transform more efficiently on
cache-based memory architectures.
|
LongTableFNTStrategy
Fast Number Theoretic Transform that uses lookup tables
for powers of n:th root of unity and permutation indexes.
|
ParallelNTTStrategy
Number Theoretic Transform that can be run using multiple threads in parallel.
|
ParallelRunnable
Interface for producing Runnable objects to be run in parallel.
|
ParallelRunner
Class for running Runnable objects in parallel using
multiple threads.
|
Copyright © 2011. All Rights Reserved.