Uses of Interface
org.apfloat.spi.NTTBuilder
Packages that use NTTBuilder
Package
Description
Transforms for using a GPU via the aparapi library.
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of NTTBuilder in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement NTTBuilderModifier and TypeClassDescriptionclass
NTT Builder for aparapi transform implementations for theint
element type.class
NTT Builder for aparapi transform implementations for thelong
element type.Methods in org.apfloat.aparapi that return NTTBuilderModifier and TypeMethodDescriptionIntAparapiBuilderFactory.getNTTBuilder()
LongAparapiBuilderFactory.getNTTBuilder()
-
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.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