dpnp.fft.irfftn

dpnp.fft.irfftn(x, s=None, axes=None, norm=None)[source]

Compute the N-dimensional inverse discrete Fourier Transform for real input.

Multi-dimensional arrays computed as batch of 1-D arrays.

For full documentation refer to numpy.fft.irfftn.

Limitations

Parameter x is supported either as dpnp.ndarray. Parameter norm is unsupported. Only dpnp.float64, dpnp.float32, dpnp.int64, dpnp.int32, dpnp.complex128 data types are supported. Otherwise the function will be executed sequentially on CPU.