rug-fft 0.1.2

FFT implementations for rug integers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rug-fft

Implementations of the FFT for [rug][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).

[rug]: https://crates.io/crates/rug