fftss-3.0-20071031

所属分类:其他
开发工具:C/C++
文件大小:1238KB
下载次数:14
上传日期:2017-06-05 15:32:44
上 传 者jiachina1989
说明:  fttss算法,用于实现傅里叶变换的算法库,修改其中部分算法,更加快速求得结果
(Fttss algorithm for Fourier transform algorithm library, modify some of the algorithms, faster results)

文件列表:
include (0, 2007-10-30)
include\win32config.h (2486, 2007-10-30)
include\fftss.h (3132, 2007-10-30)
include\fftw3compat.h (3129, 2007-10-30)
include\pfftss.h (2097, 2007-10-30)
include\libfftss.h (5193, 2007-10-30)
include\wrap440d.h (3837, 2007-10-30)
include\Makefile.am (130, 2007-10-30)
include\Makefile.in (12648, 2007-10-30)
include\config.h.in (3526, 2007-10-29)
configure.in (9979, 2007-10-30)
aclocal.m4 (250637, 2007-10-30)
Makefile.am (245, 2007-10-30)
Makefile.in (19248, 2007-10-30)
configure (733802, 2007-10-30)
AUTHORS (106, 2007-10-29)
COPYING (1831, 2007-10-30)
ChangeLog (702, 2007-10-30)
INSTALL (9352, 2007-10-29)
NEWS (0, 2007-10-29)
TODO (1, 2007-10-29)
config.guess (43499, 2007-10-29)
config.sub (31743, 2007-10-29)
depcomp (12123, 2007-10-29)
install-sh (5569, 2007-10-29)
ltmain.sh (186760, 2007-10-29)
missing (10270, 2007-10-29)
mkinstalldirs (1801, 2007-10-29)
libfftss (0, 2007-10-30)
libfftss\Makefile.am (1466, 2007-10-29)
libfftss\Makefile.in (23227, 2007-10-30)
libfftss\fftss.c (9131, 2007-10-30)
libfftss\fftss_test.c (5779, 2007-10-30)
libfftss\fftss_fma.c (2642, 2007-10-30)
libfftss\fftss_malloc.c (3142, 2007-10-30)
libfftss\fftss_table.c (4088, 2007-10-30)
libfftss\fftss_kset.c (5657, 2007-10-30)
libfftss\fftss_set.c (1735, 2007-10-30)
libfftss\fftss_execute.c (1817, 2007-10-30)
... ...

FFTSS Library Version 3.0 (2007/10/31) [Introduction] This software is a part of the result of the project 'Scalable Software Infrastructure(SSI)' supported by "Development of Software Infrastructure for Large Scale Scientific Simulation", Core Research for Evolutional Science and Technology(CREST) at Japan Science and Technology Agency(JST). FFTSS is an open source library for computing the Fast Fourier Transform. Since FFTW is already de facto standard FFT library, we made the interfaces of this library almost compatible with those of FFTW. This makes it easy to run your applications coded for FFTW. FFTSS library includes many various FFT kernel routines. In each computing envirionment, the best set of the kernels is selected by trial runs of them. This is because it is difficult to detemine which source program generates the fastest code. [Limitations] Although the interfaces of this library are compatible with those of FFTW3, not all functions are implemented. Currently, input data must be an array of double precision complex numbers, which length is powers of two. [Header files] fftss.h You have to include this header file to use FFTSS library calls. pfftss.h You have to include this header file to use functions for MPI. fftw3compat.h If you have an application program written for FFTW3, you can simply change the name of header file to use FFTSS library. [Library files] libfftss.a Static link library. libpfftss.a Static link library. [Links] SSI Project http://www.ssisc.org/ FFTSS http://www.ssisc.org/fftss/

近期下载者

相关文件


收藏者