pub fn irfft_adaptive<T>( input: &[T], n: Option<usize>, norm: Option<&str>, ) -> FFTResult<Vec<f64>>where T: NumCast + Copy + Debug + 'static,
Adaptive IRFFT that automatically chooses the best implementation