Open
Description
I've raised this issue JuliaDSP/FourierTransforms.jl#8 (comment), which is about
AbstractFFTs.jl/src/definitions.jl
Lines 20 to 22 in 66695a7
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)?
Metadata
Metadata
Assignees
Labels
No labels