Interface LongAparapiNTTStrategy
- All Superinterfaces:
NTTStrategy, NTTStrategyDecorator
- All Known Implementing Classes:
LongAparapiColumnSixStepFNTStrategy, LongAparapiColumnTwoPassFNTStrategy, LongAparapiFactor3NTTStrategy, LongAparapiSixStepFNTStrategy, LongAparapiTwoPassFNTStrategy
NTT strategy with decorator to set up the data for the GPU, for the
long element type.- Since:
- 1.15.0
- Version:
- 1.15.0
- Author:
- Mikko Tommila
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidafterTransform(ArrayAccess arrayAccess) Finish processing the data after the (inverse) transform.default voidbeforeTransform(ArrayAccess arrayAccess) Prepare the data for the (inverse) transform.Methods inherited from interface NTTStrategy
getTransformLength, inverseTransform, transform
-
Method Details
-
beforeTransform
Description copied from interface:NTTStrategyDecoratorPrepare the data for the (inverse) transform.- Specified by:
beforeTransformin interfaceNTTStrategyDecorator- Parameters:
arrayAccess- The data to prepare.
-
afterTransform
Description copied from interface:NTTStrategyDecoratorFinish processing the data after the (inverse) transform.- Specified by:
afterTransformin interfaceNTTStrategyDecorator- Parameters:
arrayAccess- The data to finish.
-