dpnp.fft.ifft
- dpnp.fft.ifft(x, n=None, axis=-1, norm=None)[source]
Compute the one-dimensional inverse discrete Fourier Transform.
For full documentation refer to
numpy.fft.ifft.Limitations
Parameter x is supported either as
dpnp.ndarray. Parameter axis is supported with its default value. Only dpnp.float64, dpnp.float32, dpnp.int64, dpnp.int32,, dpnp.complex128, dpnp.complex64 data types are supported. The dpnp.bool data type is not supported and will raise a TypeError exception. Otherwise the function will be executed sequentially on CPU.