Uses of Interface
org.apfloat.spi.NTTBuilder
Packages that use NTTBuilder
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of NTTBuilder in org.apfloat.internal
Classes in org.apfloat.internal that implement NTTBuilderModifier and TypeClassDescriptionclass
Abstract base class for creating Number Theoretic Transforms suitable for the specified length, based on available memory configured in theApfloatContext
.class
Creates Number Theoretic Transforms for thedouble
type.class
Creates Number Theoretic Transforms for thefloat
type.class
Creates Number Theoretic Transforms for theint
type.class
Creates Number Theoretic Transforms for thelong
type.Fields in org.apfloat.internal declared as NTTBuilderModifier and TypeFieldDescriptionprivate static NTTBuilder
DoubleBuilderFactory.nttBuilder
private static NTTBuilder
FloatBuilderFactory.nttBuilder
private static NTTBuilder
IntBuilderFactory.nttBuilder
private static NTTBuilder
LongBuilderFactory.nttBuilder
Methods in org.apfloat.internal that return NTTBuilderModifier and TypeMethodDescriptionDoubleBuilderFactory.getNTTBuilder()
FloatBuilderFactory.getNTTBuilder()
IntBuilderFactory.getNTTBuilder()
LongBuilderFactory.getNTTBuilder()
-
Uses of NTTBuilder in org.apfloat.spi
Methods in org.apfloat.spi that return NTTBuilder