Skip to content

generic_fft along only some dimensions? ret undefined. #13

@AshtonSBradley

Description

@AshtonSBradley

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions