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 TypeClassDescriptionclassNTT Builder for aparapi transform implementations for theintelement type.classNTT Builder for aparapi transform implementations for thelongelement 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 TypeClassDescriptionclassAbstract base class for creating Number Theoretic Transforms suitable for the specified length, based on available memory configured in theApfloatContext.classCreates Number Theoretic Transforms for thedoubletype.classCreates Number Theoretic Transforms for thefloattype.classCreates Number Theoretic Transforms for theinttype.classCreates Number Theoretic Transforms for thelongtype.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