fftn_optimized

Function fftn_optimized 

Source
pub fn fftn_optimized<T, D>(
    x: &ArrayView<'_, T, D>,
    _shape: Option<Vec<usize>>,
    axes: Option<Vec<usize>>,
) -> FFTResult<Array<Complex64, D>>
where T: NumCast + Copy + Send + Sync, D: Dimension,
Expand description

Optimized N-dimensional FFT with better memory access patterns