Skip to content

Provide rfft! and irfft! through a submodule #52

@favba

Description

@favba

Is it desirable to have a submodule living in FFTW.jl to provide the inplace real-to-complex and complex-to-real transformations?

The functionality is already coded in InpalceRealFFT.jl and could remain living as a separate package. Some people expressed the desire to have it in FFTW.jl
Basically, a PaddedArray type is created to deal with proper padding of the real data, and methods rfft!,irff!,brfft!,plan_rfft!,plan_irfft! and plan_brfft! are created to work with AbstractPaddedArrays, an interface to provide custom PaddedArray types.

I could make a PR if this is desirable.

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