Changeset 1624
- Timestamp:
- Aug 25, 2004, 10:51:57 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 5 edited
-
dataManip/Makefile (modified) (1 diff)
-
dataManip/psFFT.c (modified) (2 diffs)
-
dataManip/psVectorFFT.c (modified) (2 diffs)
-
fft/psVectorFFT.c (modified) (2 diffs)
-
pslib.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/Makefile
r1338 r1624 11 11 psMatrix.o \ 12 12 psMatrixVectorArithmetic.o \ 13 ps FFT.o \13 psVectorFFT.o \ 14 14 psMinimize.o \ 15 15 -
trunk/psLib/src/dataManip/psFFT.c
r1613 r1624 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-08-25 00:04:01$7 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-08-25 20:51:57 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include <fftw3.h> 18 18 19 #include "ps FFT.h"19 #include "psVectorFFT.h" 20 20 #include "psError.h" 21 21 #include "psMemory.h" -
trunk/psLib/src/dataManip/psVectorFFT.c
r1613 r1624 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-08-25 00:04:01$7 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-08-25 20:51:57 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include <fftw3.h> 18 18 19 #include "ps FFT.h"19 #include "psVectorFFT.h" 20 20 #include "psError.h" 21 21 #include "psMemory.h" -
trunk/psLib/src/fft/psVectorFFT.c
r1613 r1624 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-08-25 00:04:01$7 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-08-25 20:51:57 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include <fftw3.h> 18 18 19 #include "ps FFT.h"19 #include "psVectorFFT.h" 20 20 #include "psError.h" 21 21 #include "psMemory.h" -
trunk/psLib/src/pslib.h
r1441 r1624 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-08- 09 23:40:54$11 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-08-25 20:51:57 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 127 127 /// @defgroup Transform Fourier Transform Operations 128 128 /// @ingroup DataManip 129 #include "ps FFT.h"129 #include "psVectorFFT.h" 130 130 131 131 #include "psFunctions.h"
Note:
See TracChangeset
for help on using the changeset viewer.
