Class IntAparapiFactor3NTTStrategy

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

public class IntAparapiFactor3NTTStrategy extends DecorableFactor3NTTStrategy implements IntAparapiNTTStrategy
Factor-3 NTT implementation for the int element type.

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

    • IntAparapiFactor3NTTStrategy

      public IntAparapiFactor3NTTStrategy(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.