Uses of Interface
org.apfloat.spi.NTTBuilder
Packages that use NTTBuilder
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
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.Fields in org.apfloat.internal declared as NTTBuilderModifier and TypeFieldDescriptionprivate static NTTBuilderDoubleBuilderFactory.nttBuilderprivate static NTTBuilderFloatBuilderFactory.nttBuilderprivate static NTTBuilderIntBuilderFactory.nttBuilderprivate static NTTBuilderLongBuilderFactory.nttBuilderMethods 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