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