Uses of Package
org.apfloat.internal
Packages that use org.apfloat.internal
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
-
Classes in org.apfloat.internal used by org.apfloat.internalClassDescriptionAbstract base class for creating convolutions of suitable type for the specified length.Abstract base class for a data storage creation strategy.Abstract base class for creating Number Theoretic Transforms suitable for the specified length, based on available memory configured in the
ApfloatContext
.Abstract superclass for step-based FNT strategies.Exception indicating some unexpected apfloat implementation specific error situation.Abstract base class for disk-based data storage, containing the common functionality independent of the element type.Immutable apfloat implementation class for thedouble
data element type.Mathematical operations on numbers in a base.Basic arithmetic for calculating the Chinese Remainder Theorem.Disk-based data storage for thedouble
element type.Elementary modulo arithmetic functions fordouble
data.Medium-length convolution strategy.Array access class based on adouble[]
.Memory based data storage implementation for thedouble
element type.Modulo arithmetic functions fordouble
data.Fast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.Immutable apfloat implementation class for thefloat
data element type.Mathematical operations on numbers in a base.Basic arithmetic for calculating the Chinese Remainder Theorem.Disk-based data storage for thefloat
element type.Elementary modulo arithmetic functions forfloat
data.Medium-length convolution strategy.Array access class based on afloat[]
.Memory based data storage implementation for thefloat
element type.Modulo arithmetic functions forfloat
data.Fast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.Immutable apfloat implementation class for theint
data element type.Mathematical operations on numbers in a base.Basic arithmetic for calculating the Chinese Remainder Theorem.Disk-based data storage for theint
element type.Elementary modulo arithmetic functions forint
data.Medium-length convolution strategy.Array access class based on aint[]
.Memory based data storage implementation for theint
element type.Modulo arithmetic functions forint
data.Fast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.Immutable apfloat implementation class for thelong
data element type.Mathematical operations on numbers in a base.Basic arithmetic for calculating the Chinese Remainder Theorem.Disk-based data storage for thelong
element type.Elementary modulo arithmetic functions forlong
data.Medium-length convolution strategy.Array access class based on along[]
.Memory based data storage implementation for thelong
element type.Modulo arithmetic functions forlong
data.Fast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.Message passing helper class for parallel codes.Any task that can use aParallelRunner
to execute operations in parallel.Abstract class for aRunnable
that can be run in parallel by multiple threads.Convolution using three Number Theoretic Transforms and the Chinese Remainder Theorem to get the final result.