wok diff fftw/description.txt @ rev 25579

Fix grub4dos build (use gcc49 / binutils223)
author Stanislas Leduc <shann@slitaz.org>
date Fri May 19 11:17:17 2023 +0000 (16 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fftw/description.txt	Fri May 19 11:17:17 2023 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +FFTW is a C subroutine library for computing the discrete
     1.5 +Fourier transform (DFT) in one or more dimensions,
     1.6 +of arbitrary input size, and of both real and complex data
     1.7 +(as well as of even or odd data, i.e. the discrete cosine
     1.8 +or sine transforms or DCT/DST).
     1.9 +We believe that FFTW, which is free software, should become
    1.10 +the FFT library of choice for most applications.