irfft_adaptive

Function irfft_adaptive 

Source
pub fn irfft_adaptive<T>(
    input: &[T],
    n: Option<usize>,
    norm: Option<&str>,
) -> FFTResult<Vec<f64>>
where T: NumCast + Copy + Debug + 'static,
Expand description

Adaptive IRFFT that automatically chooses the best implementation