Skip to main content

batch

Function batch 

Source
pub fn batch<T: Float, F: FftImpl<T>>(
    fft: &F,
    batches: &mut [Vec<Complex<T>>],
) -> Result<(), FftError>
Expand description

Batch FFT: process a batch of mutable slices in-place