5.3.3. backend.ifftn

eminus.backend.ifftn(x, *args, **kwargs)[source]

Compute the N-D inverse discrete Fourier Transform.

Use SciPy FFTs since they are faster, support parallelism, and are more accurate. They will upcast some complex arrays to complex256. Using NumPy FFTs will fail some tests.

Parameters:
  • x – Input array, can be complex.

  • args – Pass-through arguments.

Keyword Arguments:

**kwargs – Pass-through keyword arguments.

Returns:

Value of the ifftn function at x.