3 releases

0.1.2 Aug 17, 2021
0.1.1 Sep 14, 2020
0.1.0 Sep 11, 2020

#1730 in Math

Download history 4/week @ 2024-02-19 30/week @ 2024-02-26 7/week @ 2024-03-04 27/week @ 2024-03-11 12/week @ 2024-03-18 6/week @ 2024-03-25 46/week @ 2024-04-01 8/week @ 2024-04-15

60 downloads per month
Used in 2 crates

MIT/Apache and LGPL-3.0+

18KB
356 lines

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).

Dependencies

~2.5MB
~47K SLoC