dpnp.fft.irfft

dpnp.fft.irfft(x, n=None, axis=-1, norm=None)[source]

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

For full documentation refer to numpy.fft.irfft.

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.