pub fn ifft_fftw( input: &ArrayView1<'_, Complex<f64>>, ) -> FFTResult<Array1<Complex<f64>>>
Inverse complex-to-complex FFT using FFTW with plan caching