TensorPlay
API symbolsfft
Copy
View Markdown

tensorplay.fft._transforms.hfftn

tensorplay.fft._transforms.hfftn(input, s=None, dim=None, norm=None, *, out=None)[source]

N-dimensional FFT of a Hermitian-symmetric spectrum; real output.

Applies hfft() (conjugate + complex-to-real) along the final transformed dimension, then ifft() over the remaining dimensions.

On this page

Ask DeepWiki