add fftshift and ifftshift fft helpers (#2135)

* add fftshift and ifftshift fft helpers

* address comments

* axes have to be iterable

* fix fp error in roll + add test

---------

Co-authored-by: Aashiq Dheeraj <[email protected]>
This commit is contained in:
Aashiq Dheeraj
2025-04-29 22:13:45 -07:00
committed by GitHub
co-authored by Aashiq Dheeraj
parent 7bb063bcb3
commit bb6565ef14
9 changed files with 275 additions and 2 deletions
+2
View File
@@ -20,3 +20,5 @@ FFT
irfft2
rfftn
irfftn
fftshift
ifftshift