Initial import of math/djbfft provided by Chris Lloyd in PR pkg/19258:
authorjschauma <jschauma>
Thu, 24 Jul 2003 16:47:52 +0000 (16:47 +0000)
committerjschauma <jschauma>
Thu, 24 Jul 2003 16:47:52 +0000 (16:47 +0000)
commit1f6b42e6a7399e151a6e124402dc8cd03a41373a
tree2374ddebf50df6d7ce04e0b7ba8e923fd8e01f55
parent6415d5eea872fa502c8d26f86b8f14decd833fa5
Initial import of math/djbfft provided by Chris Lloyd in PR pkg/19258:

djbfft is an extremely fast library for floating-point convolution.
The current version holds most of the speed records for double-precision
FFTs on general-purpose computers.

djbfft provides power-of-2 complex FFTs, real FFTs at twice the
speed, and fast multiplication of complex arrays. Single precision
and double precision are equally supported.
math/djbfft/DESCR [new file with mode: 0644]
math/djbfft/Makefile [new file with mode: 0644]
math/djbfft/PLIST [new file with mode: 0644]
math/djbfft/buildlink2.mk [new file with mode: 0644]
math/djbfft/distinfo [new file with mode: 0644]
math/djbfft/patches/patch-aa [new file with mode: 0644]
math/djbfft/patches/patch-ab [new file with mode: 0644]
math/djbfft/patches/patch-ac [new file with mode: 0644]