Skip to content

fft a subset of dimensions #41

@AshtonSBradley

Description

@AshtonSBradley

Hi, very cool to see a generic julia FFT. My use case is for Complex{BigFloat} but I only want to fft and ifft over one dimension of a 2D array. I need to do this thousands of times, and apply a matrix in the other dimensions. I notice that only arrays of up to 2 dimensions are currently supported. So:

  • Do you plan to allow any array dims?
  • Is it possible to support the dims argument of the FFTW interface?

Thanks for the great work

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