rfftfreq ======== Computes the discrete Fourier transform sample frequencies (for ``rfft`` and ``irfft``). **Abstract Signature:** ``rfftfreq(n: int, d: float, dtype: Optional[dtype], device: Optional[device])`` .. raw:: html

PyTorch

API: torch.fft.rfftfreq
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.fft.rfftfreq
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.fft.rfftfreq
Strategy: Direct Mapping