Class LongAparapiFactor3NTTStrategy

All Implemented Interfaces:
LongAparapiNTTStrategy, DecorableNTTStrategy, NTTStrategyDecorator, Parallelizable, NTTStrategy

public class LongAparapiFactor3NTTStrategy extends DecorableFactor3NTTStrategy implements LongAparapiNTTStrategy
Factor-3 NTT implementation for the long element type.

Since:
1.8.3
Version:
1.15.0
Author:
Mikko Tommila
  • Constructor Details

    • LongAparapiFactor3NTTStrategy

      public LongAparapiFactor3NTTStrategy(NTTStrategy factor2Strategy)
      Creates a new factor-3 transform strategy on top of an existing transform. The underlying transform needs to be capable of only doing transforms of length 2n.
      Parameters:
      factor2Strategy - The underlying transformation strategy, that can be capable of only doing radix-2 transforms.