DocumentationFunctionalFft Opsifft_opifft_op View the code on GitHub Structs Functions ifft ifft(x: Array, dim: Int = -1, norm: String = String("backward")) -> Array Compute the n-dimensional inverse FFT.Args x: Array The input array. dim: Int (default: -1) The dimension along which to compute the inverse FFT. norm: String (default: String("backward")) The normalization mode. Returns Array - The n-dimensional inverse FFT of the input array. Last updated on January 28, 2025ifft2_opifftn_op