Uses of Interface
org.apfloat.spi.NTTStepStrategy
Packages that use NTTStepStrategy
Package
Description
Transforms for using a GPU via the aparapi library.
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of NTTStepStrategy in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement NTTStepStrategyModifier and TypeClassDescriptionclass
NTT steps for theint
element type aparapi transforms.class
NTT steps for thelong
element type aparapi transforms.Constructors in org.apfloat.aparapi with parameters of type NTTStepStrategyModifierConstructorDescriptionColumnSixStepFNTStrategy
(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 NTTStepStrategyModifier and TypeClassDescriptionclass
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.Fields in org.apfloat.internal declared as NTTStepStrategyModifier and TypeFieldDescriptionprotected NTTStepStrategy
AbstractStepFNTStrategy.stepStrategy
The NTT steps.Methods in org.apfloat.internal that return NTTStepStrategyModifier and TypeMethodDescriptionDoubleNTTBuilder.createNTTSteps()
FloatNTTBuilder.createNTTSteps()
IntNTTBuilder.createNTTSteps()
LongNTTBuilder.createNTTSteps()
-
Uses of NTTStepStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return NTTStepStrategyModifier and TypeMethodDescriptionNTTBuilder.createNTTSteps()
Creates an object for implementing the steps of a step-based Number Theoretic Transform.