Skip to content
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

generic_fft along only some dimensions? ret undefined. #13

Open
AshtonSBradley opened this issue Apr 12, 2022 · 1 comment
Open

generic_fft along only some dimensions? ret undefined. #13

AshtonSBradley opened this issue Apr 12, 2022 · 1 comment

Comments

@AshtonSBradley
Copy link

I notice that generic_fft allows me to fft BigFloat, which is great!

I found however that I couldn't do the usual thing with FFTW, e.g.

generic_fft(X,2)

for only DFTing along the rows:

FastTransforms.generic_fft(BigFloat.(randn(20,20))+im*BigFloat.(randn(20,20)),2)

ERROR: UndefVarError: ret not defined
Stacktrace:
 [1] generic_fft(x::Matrix{Complex{BigFloat}}, region::Int64)
   @ FastTransforms ~/.julia/packages/FastTransforms/spjz2/src/fftBigFloat.jl:35
 [2] top-level scope
   @ REPL[19]:1

Is it possible?

@MikaelSlevinsky MikaelSlevinsky transferred this issue from JuliaApproximation/FastTransforms.jl Aug 23, 2022
@daanhb
Copy link
Member

daanhb commented Aug 24, 2022

This relates to #11. I'm afraid that this is not working yet, although it shouldn't be too hard. You could probably just do it manually, for the time being?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants