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 classIntAparapiNTTBuilderNTT Builder for aparapi transform implementations for theintelement type.classLongAparapiNTTBuilderNTT Builder for aparapi transform implementations for thelongelement type. -
Uses of AbstractNTTBuilder in org.apfloat.internal
Subclasses of AbstractNTTBuilder in org.apfloat.internal Modifier and Type Class Description classDoubleNTTBuilderCreates Number Theoretic Transforms for thedoubletype.classFloatNTTBuilderCreates Number Theoretic Transforms for thefloattype.classIntNTTBuilderCreates Number Theoretic Transforms for theinttype.classLongNTTBuilderCreates Number Theoretic Transforms for thelongtype.
-