DocumentationFunctionalFft Opsifft2_opifft2_op View the code on GitHub Structs Functions ifft2 ifft2(x: Array, dims: List[Int] = List(-2, -1), norm: String = String("backward")) -> Array Compute the 2-dimensional inverse FFT.Args x: Array The input array. dims: List[Int] (default: List(-2, -1)) The dimensions along which to compute the inverse FFT. norm: String (default: String("backward")) The normalization mode. Returns Array - The 2-dimensional inverse FFT of the input array. Last updated on January 28, 2025fftn_opifft_op