fftw-2.1.5

所属分类:数学计算
开发工具:C++
文件大小:1400KB
下载次数:17
上传日期:2010-08-14 00:16:10
上 传 者2621398
说明:  fft的一个较快的实现算法的C++库,据说是最快的fft的实现算法。
(fft of a fast algorithm of the C++ library, is said to be the fastest implementation of fft algorithm.)

文件列表:
fftw-2.1.5\fftw-2.1.5\acinclude.m4 (7387, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\aclocal.m4 (158632, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\acx_mpi.m4 (3178, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\acx_pthread.m4 (8991, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\AUTHORS (120, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\bootstrap.sh (344, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\ChangeLog (164890, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\cilk\executor_cilk.cilk (12713, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\cilk\fftwnd_cilk.cilk (10569, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\cilk\fftw_cilk.cilkh (1239, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\cilk\Makefile (1496, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\cilk\test_cilk.cilk (13926, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\cilk\time_cilk.cilk (8151, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\config.guess (41362, 2003-03-16)
fftw-2.1.5\fftw-2.1.5\config.sub (29973, 2003-03-16)
fftw-2.1.5\fftw-2.1.5\configure (459925, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\configure.in (12407, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\COPYING (18104, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\COPYRIGHT (797, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\depcomp (12123, 2002-09-17)
fftw-2.1.5\fftw-2.1.5\doc\equation-1.gif (19099, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\doc\equation-2.gif (18344, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\doc\equation-3.gif (10238, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\doc\equation-4.gif (36918, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\doc\fftw.info (4309, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw.info-1 (49505, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw.info-2 (49713, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw.info-3 (50777, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw.info-4 (47715, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw.info-5 (12134, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw.ps (537677, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw.texi (204927, 2003-03-17)
fftw-2.1.5\fftw-2.1.5\doc\fftw_1.html (7575, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw_10.html (6505, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw_2.html (42308, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw_3.html (64277, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw_4.html (40104, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw_5.html (10869, 2003-03-24)
fftw-2.1.5\fftw-2.1.5\doc\fftw_6.html (18865, 2003-03-24)
... ...

This is FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dimensions. `OFFICIAL' CODE: The doc/ directory contains the manual in texinfo, postscript, info, and HTML formats. Frequently asked questions and answers can be found in the FAQ/ directory in a variety of formats (including HTML). The fftw/ directory contains the source code for the complex transforms, and the rfftw/ directory contains the source code for the real transforms. Large portions of the source are automatically generated by a program in the gensrc/ directory (written in Objective Caml). You do not need this program to use FFTW, since FFTW comes with a default set of pregenerated codelets. You are, however, welcome to look at and play with the generator (see the FFTW manual for more information). The threads/ directory contains an parallel version of FFTW (for shared-memory machines) that uses threads. See the "Multi-threaded FFTW" section of the manual for more information. The mpi/ directory contains a parallel version of FFTW for transforms on machines with MPI. (This code, unlike our other two parallel transforms, supports distributed memory machines.) See the "MPI FFTW" section of the manual for more information. fortran/ contains some constant definitions for using FFTW from Fortran (see the FFTW manual), and also a small example program. Installation instructions are provided in the manual (don't worry, it is straightforward). `UNOFFICIAL' CODE (for you to play with): matlab/ contains code that allows you to call FFTW from MATLAB. The cilk/ directory contains an parallel version of FFTW written in Cilk. Cilk is a cool C-like language in which you can write spawn foo() : foo will be executed in parallel with the main thread and the cost of spawn is just a few cycles (compare this with all the mess you have to do to create a posix thread and pay 3000 cycles for it). More info on Cilk can be found at http://supertech.lcs.mit.edu/cilk/. CONTACTS -------- FFTW was written by Matteo Frigo and Steven G. Johnson. You can contact them at fftw@fftw.org. The latest version of FFTW, benchmarks, links, and other information can be found at the FFTW home page (http://www.fftw.org). You can also sign up to the fftw-announce mailing list to receive (infrequent) updates and information about new releases; to do so, go to: http://www.fftw.org/mailman/listinfo/fftw-announce

近期下载者

相关文件


收藏者