Function prio::benchmarked::benchmarked_iterative_fft[][src]

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

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