Uses of Interface
org.apfloat.spi.NTTBuilder
-
Packages that use NTTBuilder 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).org.apfloat.spi The apfloat Service Provider Interface (SPI). -
-
Uses of NTTBuilder in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement NTTBuilder Modifier and Type Class Description classIntAparapiNTTBuilderNTT Builder for aparapi transform implementations for theintelement type.classLongAparapiNTTBuilderNTT Builder for aparapi transform implementations for thelongelement type.Fields in org.apfloat.aparapi declared as NTTBuilder Modifier and Type Field Description private static NTTBuilderIntAparapiBuilderFactory. nttBuilderprivate static NTTBuilderLongAparapiBuilderFactory. nttBuilderMethods in org.apfloat.aparapi that return NTTBuilder Modifier and Type Method Description NTTBuilderIntAparapiBuilderFactory. getNTTBuilder()NTTBuilderLongAparapiBuilderFactory. getNTTBuilder() -
Uses of NTTBuilder in org.apfloat.internal
Classes in org.apfloat.internal that implement NTTBuilder Modifier and Type Class Description classAbstractNTTBuilderAbstract base class for creating Number Theoretic Transforms suitable for the specified length, based on available memory configured in theApfloatContext.classDoubleNTTBuilderCreates Number Theoretic Transforms for thedoubletype.classFloatNTTBuilderCreates Number Theoretic Transforms for thefloattype.classIntNTTBuilderCreates Number Theoretic Transforms for theinttype.classLongNTTBuilderCreates Number Theoretic Transforms for thelongtype.Fields in org.apfloat.internal declared as NTTBuilder Modifier and Type Field Description private static NTTBuilderDoubleBuilderFactory. nttBuilderprivate static NTTBuilderFloatBuilderFactory. nttBuilderprivate static NTTBuilderIntBuilderFactory. nttBuilderprivate static NTTBuilderLongBuilderFactory. nttBuilderMethods in org.apfloat.internal that return NTTBuilder Modifier and Type Method Description NTTBuilderDoubleBuilderFactory. getNTTBuilder()NTTBuilderFloatBuilderFactory. getNTTBuilder()NTTBuilderIntBuilderFactory. getNTTBuilder()NTTBuilderLongBuilderFactory. getNTTBuilder() -
Uses of NTTBuilder in org.apfloat.spi
Methods in org.apfloat.spi that return NTTBuilder Modifier and Type Method Description NTTBuilderBuilderFactory. getNTTBuilder()Returns anNTTBuilderobject.
-