Class DoubleFactor3NTTStepStrategy

java.lang.Object
org.apfloat.internal.DoubleElementaryModMath
org.apfloat.internal.DoubleModMath
org.apfloat.internal.DoubleFactor3NTTStepStrategy
All Implemented Interfaces:
Parallelizable, Factor3NTTStepStrategy

public class DoubleFactor3NTTStepStrategy extends DoubleModMath implements Factor3NTTStepStrategy, Parallelizable
Steps for the factor-3 NTT.

The transform is done using a parallel algorithm, if the data fits in memory.

All access to this class must be externally synchronized.

Since:
1.7.0
Version:
1.9.0
Author:
Mikko Tommila