Module fft

Source
Expand description

This is a module for dispatching between different FFT implementations at runtime based on environment variable FFT.

Modules§

baseline
This contains the baseline FFT implementation
parallel
This module provides common utilities, traits and structures for group, field and polynomial arithmetic.
recursive
This contains the recursive FFT.

Functions§

fft
Runtime dispatcher to concrete FFT implementation