Skip to main content

ifftn

Function ifftn 

Source
pub fn ifftn(a: impl AsRef<Array>, options: FftnOptions) -> Result<Array>
Expand description

n-dimensional inverse discrete Fourier Transform.

ยงParams

  • a: The input array.
  • options: Transform lengths and axes. The default transforms all axes at their input sizes.