pub fn fft_strided<S, D>( input: &ArrayBase<S, D>, axis: usize, ) -> FFTResult<Array<Complex64, D>>where S: Data, D: Dimension, S::Elem: NumCast + Copy,
Execute FFT on strided data with optimal memory access