Uses of Interface
org.apfloat.spi.NTTBuilder
-
Packages that use NTTBuilder Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI).org.apfloat.spi The apfloat Service Provider Interface (SPI). -
-
Uses of NTTBuilder in org.apfloat.internal
Classes in org.apfloat.internal that implement NTTBuilder Modifier and Type Class Description class
AbstractNTTBuilder
Abstract base class for creating Number Theoretic Transforms suitable for the specified length, based on available memory configured in theApfloatContext
.class
DoubleNTTBuilder
Creates Number Theoretic Transforms for thedouble
type.class
FloatNTTBuilder
Creates Number Theoretic Transforms for thefloat
type.class
IntNTTBuilder
Creates Number Theoretic Transforms for theint
type.class
LongNTTBuilder
Creates Number Theoretic Transforms for thelong
type.Methods in org.apfloat.internal that return NTTBuilder Modifier and Type Method Description NTTBuilder
DoubleBuilderFactory. getNTTBuilder()
NTTBuilder
FloatBuilderFactory. getNTTBuilder()
NTTBuilder
IntBuilderFactory. getNTTBuilder()
NTTBuilder
LongBuilderFactory. getNTTBuilder()
-
Uses of NTTBuilder in org.apfloat.spi
Methods in org.apfloat.spi that return NTTBuilder Modifier and Type Method Description NTTBuilder
BuilderFactory. getNTTBuilder()
Returns anNTTBuilder
object.
-