-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some DFT issues #17896
Milestone
Comments
timholy
added a commit
that referenced
this issue
Aug 9, 2016
timholy
added a commit
that referenced
this issue
Aug 9, 2016
timholy
added a commit
that referenced
this issue
Aug 11, 2016
Support non-1 indices and fix type problems in DFT (fixes #17896)
tkelman
pushed a commit
to tkelman/julia
that referenced
this issue
Aug 16, 2016
tkelman
pushed a commit
that referenced
this issue
Aug 20, 2016
tkelman
added a commit
that referenced
this issue
Aug 22, 2016
tkelman
added a commit
that referenced
this issue
Aug 22, 2016
mfasi
pushed a commit
to mfasi/julia
that referenced
this issue
Sep 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working on a PR to fix these (which will also generalize FFT to non-1 indices), but I may get interrupted for a couple of days so I thought I'd at least document some problems I noticed just from browsing the current code.
First, at least
rfft
fails for anything other thanStridedArray
s:Second,
Float16
is anAbstractFloat
but is not supported by FFTW, so:even though
works fine.
The text was updated successfully, but these errors were encountered: