Skip to content

support multidimensional transforms #11

@daanhb

Description

@daanhb

We currently have:

julia> using GenericFFT

julia> x = rand(BigFloat, 16, 16);

julia> fft(x)
ERROR: MethodError: no method matching generic_fft(::Matrix{Complex{BigFloat}}, ::UnitRange{Int64})

The call fft(x,1) returns something, but fft(x,2) returns an error.

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