Type instability fftshift
Open
- Dominant language
- Julia
- Stars
- 300
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
It appears that `fftshift` and `ifftshift` are type unstable:
```
julia> @code_warntype fftshift(rand(ComplexF64,64,64))
Body::Any
...
55 ─ %140 = invoke AbstractFFTs.circshift(_2::Array{Complex{Float64},2}, %30::Array{Int64,1})::Any
└─── return %140
```
Or am I doing something wrong?
I'm running Julia v1.1.0 with FFTW v0.2.4.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.