Uses of Class
org.apfloat.internal.AbstractNTTBuilder
-
Packages that use AbstractNTTBuilder Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI). -
-
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.
-