Module prio::benchmarked[][src]

This package provides wrappers around internal components of this crate that we want to benchmark, but which we don’t want to expose in the public API.

Functions

benchmarked_iterative_fft

Sets outp to the Discrete Fourier Transform (DFT) using an iterative FFT algorithm.

benchmarked_recursive_fft

Sets outp to the Discrete Fourier Transform (DFT) using a recursive FFT algorithm.