Uses of Class
org.apfloat.internal.AbstractNTTBuilder
-
Packages that use AbstractNTTBuilder 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). -
-
Uses of AbstractNTTBuilder in org.apfloat.aparapi
Subclasses of AbstractNTTBuilder in org.apfloat.aparapi 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. -
Uses of AbstractNTTBuilder in org.apfloat.internal
Subclasses of AbstractNTTBuilder in org.apfloat.internal Modifier and Type Class Description 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.
-