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