Skip to content

Commit

Permalink
feat: update ideas list
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 30, 2024
1 parent fd7e923 commit 6010d0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ Linked issue: <https://github.com/stdlib-js/google-summer-of-code/issues/3>

The goal of this idea is to expose a set of Fast Fourier Transform (FFT) interfaces similar to those available in NumPy and as documented in the [Data APIs Array API specification](https://data-apis.org/array-api/latest/extensions/fourier_transform_functions.html). Similar to stdlib's BLAS interfaces, we may want to allow switching out the FFT backend.

One potential reference implementation which could form the basis of this idea is pocketfft, as done in NumPy:

- https://github.com/mreineck/pocketfft
- https://gitlab.mpcdf.mpg.de/mtr/pocketfft

### Expected Outcomes

stdlib users would be able to evaluate FFT operations on stdlib ndarrays. Ideally, we'd also provide a set of C APIs.
Expand Down

0 comments on commit 6010d0f

Please sign in to comment.