[Haskell-cafe] Re: fftw bindings
Al Falloon
afalloon at synopsys.com
Thu Apr 19 17:46:49 EDT 2007
Magnus Therning wrote:
> On Thu, Apr 19, 2007 at 09:20:36 -0700, David Roundy wrote:
>> On Thu, Apr 19, 2007 at 05:37:05PM +0200, Fawzi Mohamed wrote:
>>> I was wondering if someone had fftw bindings for haskell, or if I should
>>> roll my own.
>> Not that I'm aware of, but if you roll your own, please make them
>> public, as I'll be interested in fftw bindings before long.
>
> For us less knowledgable, what's fftw?
"Fastest Fourier Transform in the West." http://www.fftw.org/
Its cool, they use generative programming: an OCaml program generates
"codlets" in C that can be composed and tuned to the specifics of your
machine, then compiled into a blazingly fast FFT/DFT library.
>
> /M (curious)
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list