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 thedoubledata element type.Mathematical operations on numbers in a base.Basic arithmetic for calculating the Chinese Remainder Theorem.Disk-based data storage for thedoubleelement type.Elementary modulo arithmetic functions fordoubledata.Medium-length convolution strategy.Array access class based on adouble[].Memory based data storage implementation for thedoubleelement type.Modulo arithmetic functions fordoubledata.Fast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.Immutable apfloat implementation class for thefloatdata element type.Mathematical operations on numbers in a base.Basic arithmetic for calculating the Chinese Remainder Theorem.Disk-based data storage for thefloatelement type.Elementary modulo arithmetic functions forfloatdata.Medium-length convolution strategy.Array access class based on afloat[].Memory based data storage implementation for thefloatelement type.Modulo arithmetic functions forfloatdata.Fast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.Immutable apfloat implementation class for theintdata element type.Mathematical operations on numbers in a base.Basic arithmetic for calculating the Chinese Remainder Theorem.Disk-based data storage for theintelement type.Elementary modulo arithmetic functions forintdata.Medium-length convolution strategy.Array access class based on aint[].Memory based data storage implementation for theintelement type.Modulo arithmetic functions forintdata.Fast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.Immutable apfloat implementation class for thelongdata element type.Mathematical operations on numbers in a base.Basic arithmetic for calculating the Chinese Remainder Theorem.Disk-based data storage for thelongelement type.Elementary modulo arithmetic functions forlongdata.Medium-length convolution strategy.Array access class based on along[].Memory based data storage implementation for thelongelement type.Modulo arithmetic functions forlongdata.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 aParallelRunnerto execute operations in parallel.Abstract class for aRunnablethat can be run in parallel by multiple threads.Convolution using three Number Theoretic Transforms and the Chinese Remainder Theorem to get the final result.