Uses of Interface
org.apfloat.spi.NTTBuilder
-
Packages that use NTTBuilder Package Description org.apfloat.aparapi Transforms for using a GPU via the aparapi library.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.aparapi
Classes in org.apfloat.aparapi that implement NTTBuilder Modifier and Type Class Description class
IntAparapiNTTBuilder
NTT Builder for aparapi transform implementations for theint
element type.class
LongAparapiNTTBuilder
NTT Builder for aparapi transform implementations for thelong
element type.Fields in org.apfloat.aparapi declared as NTTBuilder Modifier and Type Field Description private static NTTBuilder
IntAparapiBuilderFactory. nttBuilder
private static NTTBuilder
LongAparapiBuilderFactory. nttBuilder
Methods in org.apfloat.aparapi that return NTTBuilder Modifier and Type Method Description NTTBuilder
IntAparapiBuilderFactory. getNTTBuilder()
NTTBuilder
LongAparapiBuilderFactory. getNTTBuilder()
-
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.Fields in org.apfloat.internal declared as NTTBuilder Modifier and Type Field Description private 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 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.
-