Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ ifftshift
Function
ifftshift
dask/array/fft.py:316–317 ·
view source on GitHub ↗
(x, axes=None)
Source
from the content-addressed store, hash-verified
314
315
@derived_from(np.fft)
316
def
ifftshift(x, axes=None):
317
return
_fftshift_helper(x, axes=axes, inverse=True)
Callers
nothing calls this directly
Calls
1
_fftshift_helper
Function · 0.85
Tested by
no test coverage detected