lse. See `fft` for more details. workers : int, optional Maximum number of workers to use for parallel computation. If negative, the value wraps around from ``os.cpu_count()``. See :func:`~scipy.fft.fft` for more details. plan : object, optional This argument is reserved for passing in a precomputed plan provided by downstream FFT vendors. It is currently not used in SciPy. .. versionadded:: 1.5.0 Returns ------- out : ndarray The real result of the 2-D Hermitian complex real FFT. See Also -------- hfftn : Compute the N-D discrete Fourier Transform for Hermitian complex input. Notes ----- This is really just `hfftn` with different default behavior. For more details see `hfftn`. r