FFTW: Difference between revisions

From Cheaha
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Generic_stub}}
{{Generic_stub}}


[[wikipedia:FFTW| FFTW]] is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).  
[[wikipedia:FFTW| FFTW]] is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).  
Line 5: Line 6:
'''Project website:'''  http://www.fftw.org/
'''Project website:'''  http://www.fftw.org/


====Load SGE module====
The following Modules files should be loaded for this package:
The following Modules files should be loaded for this package:



Revision as of 19:45, 2 April 2012

This page is a Generic stub.

You can help by expanding this page..


FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).

Project website: http://www.fftw.org/

Load SGE module

The following Modules files should be loaded for this package:

For GNU:

module load fftw/fftw3-gnu

For Intel:

module load fftw/fftw3-intel