Skip to content

Multidimensional generic FFTs, perhaps in a separate package? #86

@mfherbst

Description

@mfherbst

I would be interested to see the generic Fourier transforms implemented in this package to be extended to the multi-dimensional case. There's been quite some interest in generic FFTs in the community, see e.g. JuliaMath/AbstractFFTs.jl#34 and JuliaMath/AbstractFFTs.jl#29, so I guess it would not hurt to polish the code some more and fully integrate it with the philosophy of https://github.com/JuliaMath/AbstractFFTs.jl. PR #85 is a first attempt in this direction.

From my point of view, it would be helpful to move the existing fftBigFloat Code into a separate package, say GenericFFT and continue polishing it there. It does not really depend on anything else in here and thus moving it to a different package would make depending on the generic FFT code from the Julia ecosystem easier and more lightweight. I'm happy to make the first steps in this direction if the maintainers of this package agree, but I'm also happy to hear other opinions 😄.

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