Function prio::benchmarked::benchmarked_recursive_fft[][src]

pub fn benchmarked_recursive_fft<F: FieldElement>(outp: &mut [F], inp: &[F])
Expand description

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