rug-fft 0.1.1

FFT implementations for rug integers
Documentation

rug-fft

Implementations of the FFT for rug integers.

That is, implementation of the Number Theoretic Transform.

Algorithms

  • Cooley-Tukey, in-place, with bit reversals, iteratively.
  • Cooley-Tukey, partially in-place, recursively
  • Naive

The two Cooley-Tukey variations perform similarly in my (unrigorous tests).