JuliaMath / JuliaMath/AbstractFFTs.jl
type-flexible FFTs?
Open
- Dominant language
- Julia
- Stars
- 134
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
I've raised this issue https://github.com/JuliaComputing/FourierTransforms.jl/issues/8#issue-495818536, which is about https://github.com/JuliaMath/AbstractFFTs.jl/blob/66695a72b2a29a059a9bf5fae51a3107172f146d/src/definitions.jl#L20-L22
In theory, `FourierTransforms.jl` should allow for a type-flexible FFT, i.e. `fft(::Array{T,1}) where {T<:AbstractFloat}`, but currently it doesn't. Would it be possible to change these lines thanks to the pure-Julia `FourierTransforms.jl`, which is not limited to `Float32/Float64` (as for example FFTW is)?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.