rfft_adaptive

Function rfft_adaptive 

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

Adaptive RFFT that automatically chooses the best implementation