vector-fft: Native FFT and IFFT for vector

[ bsd3, library, numeric ] [ Propose Tags ]

Native Fast Fourier Transform and Inverse Fast Fourier Transform for vector, with minimal dependencies.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), primitive, vector [details]
License BSD-3-Clause
Copyright 2020 chessai, ocramz
Author chessai, Marco Zocca
Maintainer ocramz
Category Numeric
Home page https://github.com/ocramz/vector-fft
Source repo head: git clone https://github.com/ocramz/vector-fft
Uploaded by ocramz at 2020-12-28T11:32:48Z
Distributions NixOS:0.1.0.2
Downloads 370 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-12-28 [all 1 reports]

Readme for vector-fft-0.1.0.2

[back to package description]

vector-fft

Native FFT and IFFT for vector.

The internals have been ported from contiguous-fft.