@hackage / fftw-ffi

Low-level interface to FFTW (Fast Fourier Transform)

Latest0.1

About

Metadata

  • Last updated , by HenningThielemann
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: Henning Thielemann <haskell@henning-thielemann.de>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.5

Package Flags

Use the -f option with cabal commands to enable flags

    buildtools (off by default)

    Build the Foreign Import generator

Readme

FFTW claims to be the fastest Fourier Transform in the West. This is a low-level interface to libfftw. We re-use the type classes from netlib-ffi.

See also package fft.