Uses of Interface
org.apfloat.spi.NTTStepStrategy
-
Packages that use NTTStepStrategy 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 NTTStepStrategy in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement NTTStepStrategy Modifier and Type Class Description classIntAparapiNTTStepStrategyNTT steps for theintelement type aparapi transforms.classLongAparapiNTTStepStrategyNTT steps for thelongelement type aparapi transforms.Constructors in org.apfloat.aparapi with parameters of type NTTStepStrategy Constructor Description ColumnSixStepFNTStrategy(NTTStepStrategy stepStrategy, MatrixStrategy matrixStrategy)Basic constructor.ColumnTwoPassFNTStrategy(NTTStepStrategy stepStrategy)Basic constructor. -
Uses of NTTStepStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement NTTStepStrategy Modifier and Type Class Description classDoubleNTTStepStrategyCommon methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.classFloatNTTStepStrategyCommon methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.classIntNTTStepStrategyCommon methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.classLongNTTStepStrategyCommon methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.Fields in org.apfloat.internal declared as NTTStepStrategy Modifier and Type Field Description protected NTTStepStrategyAbstractStepFNTStrategy. stepStrategyThe NTT steps.Methods in org.apfloat.internal that return NTTStepStrategy Modifier and Type Method Description NTTStepStrategyDoubleNTTBuilder. createNTTSteps()NTTStepStrategyFloatNTTBuilder. createNTTSteps()NTTStepStrategyIntNTTBuilder. createNTTSteps()NTTStepStrategyLongNTTBuilder. createNTTSteps() -
Uses of NTTStepStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return NTTStepStrategy Modifier and Type Method Description NTTStepStrategyNTTBuilder. createNTTSteps()Creates an object for implementing the steps of a step-based Number Theoretic Transform.
-