mlx.core.fft.irfft#
- irfft(a: array, n: Optional[int] = None, axis: int = -1, stream: Optional[Union[Stream, Device]] = None) array #
The inverse of
rfft()
.The output has the same shape as the input except along
axis
in which case it has sizen
.- Parameters:
- Returns:
The real array containing the inverse of
rfft()
.- Return type: