8d6aaaa6ff
fftw is a library for fast fourier transforms. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
config BR2_PACKAGE_FFTW
|
|
bool "fftw"
|
|
help
|
|
Library for computing Fast Fourier Transforms.
|
|
|
|
This library computes Fast Fourier Transforms (FFT) in one
|
|
or more dimensions. It is extremely fast. This package
|
|
contains the shared library version of the fftw libraries in
|
|
double precision.
|
|
|
|
http://www.fftw.org
|