# vector-fft [![Github Actions](https://github.com/ocramz/vector-fft/actions/workflows/haskell.yaml/badge.svg)](https://github.com/ocramz/vector-fft/actions/workflows/haskell.yaml) ![Hackage](https://img.shields.io/hackage/v/vector-fft) Native FFT and IFFT for `vector`. The internals have been ported and adjusted from [contiguous-fft](https://hackage.haskell.org/package/contiguous-fft). ## Contributing 1. Check open issues 2. If your issue is not listed, please open a ticket When opening a PR: 1. ensure your changes are thoroughly tested 2. ensure your changes have been summarized in the CHANGELOG, under the "next" section