pub fn batch<T: Float, F: FftImpl<T>>( fft: &F, batches: &mut [Vec<Complex<T>>], ) -> Result<(), FftError>
Batch FFT: process a batch of mutable slices in-place