Changeset 4859
- Timestamp:
- Aug 23, 2005, 3:24:24 PM (21 years ago)
- Location:
- trunk/psLib/test/math
- Files:
-
- 35 edited
-
tst_psHist00.c (modified) (1 diff)
-
tst_psHist01.c (modified) (1 diff)
-
tst_psHist02.c (modified) (1 diff)
-
tst_psHist03.c (modified) (1 diff)
-
tst_psMatrix01.c (modified) (2 diffs)
-
tst_psMatrix02.c (modified) (2 diffs)
-
tst_psMatrix03.c (modified) (2 diffs)
-
tst_psMatrix04.c (modified) (2 diffs)
-
tst_psMatrix05.c (modified) (2 diffs)
-
tst_psMatrix06.c (modified) (2 diffs)
-
tst_psMatrix07.c (modified) (2 diffs)
-
tst_psMatrixVectorArithmetic01.c (modified) (2 diffs)
-
tst_psMatrixVectorArithmetic02.c (modified) (2 diffs)
-
tst_psMatrixVectorArithmetic03.c (modified) (2 diffs)
-
tst_psMatrixVectorArithmetic04.c (modified) (2 diffs)
-
tst_psMinimize00.c (modified) (1 diff)
-
tst_psMinimize01.c (modified) (1 diff)
-
tst_psMinimize02.c (modified) (1 diff)
-
tst_psMinimize03.c (modified) (1 diff)
-
tst_psMinimize04.c (modified) (1 diff)
-
tst_psMinimize04_F32.c (modified) (1 diff)
-
tst_psMinimize04b.c (modified) (1 diff)
-
tst_psMinimize04b_F32.c (modified) (1 diff)
-
tst_psMinimize05.c (modified) (1 diff)
-
tst_psMinimize06.c (modified) (1 diff)
-
tst_psRandom.c (modified) (1 diff)
-
tst_psStats00.c (modified) (2 diffs)
-
tst_psStats01.c (modified) (2 diffs)
-
tst_psStats02.c (modified) (2 diffs)
-
tst_psStats03.c (modified) (1 diff)
-
tst_psStats05.c (modified) (1 diff)
-
tst_psStats06.c (modified) (1 diff)
-
tst_psStats07.c (modified) (1 diff)
-
tst_psStats08.c (modified) (1 diff)
-
tst_psStats09.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psHist00.c
r4547 r4859 12 12 psS32 main() 13 13 { 14 psLogSetFormat("HLNM"); 14 15 psHistogram *myHist = NULL; 15 16 psS32 testStatus = true; -
trunk/psLib/test/math/tst_psHist01.c
r4547 r4859 12 12 psS32 main() 13 13 { 14 psLogSetFormat("HLNM"); 14 15 psHistogram *myHist = NULL; 15 16 psVector *myBounds = NULL; -
trunk/psLib/test/math/tst_psHist02.c
r4547 r4859 16 16 psS32 main() 17 17 { 18 psLogSetFormat("HLNM"); 18 19 psHistogram * myHist = NULL; 19 20 psHistogram *myHist2 = NULL; -
trunk/psLib/test/math/tst_psHist03.c
r4547 r4859 14 14 psS32 main() 15 15 { 16 psLogSetFormat("HLNM"); 16 17 psHistogram *myHist = NULL; 17 18 psVector *myBounds = NULL; -
trunk/psLib/test/math/tst_psMatrix01.c
r4547 r4859 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 7-13 02:47:00$13 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-08-24 01:24:24 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 43 43 psS32 main( psS32 argc, char* argv[] ) 44 44 { 45 psLogSetFormat("HLNM"); 45 46 psImage * tempImage = NULL; 46 47 -
trunk/psLib/test/math/tst_psMatrix02.c
r4547 r4859 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 7-13 02:47:00$14 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-08-24 01:24:24 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 char* argv[]) 26 26 { 27 psLogSetFormat("HLNM"); 27 28 psImage *nullImage = NULL; 28 29 psImage *inImage = (psImage*)psImageAlloc(3, 3, PS_TYPE_F64); -
trunk/psLib/test/math/tst_psMatrix03.c
r4547 r4859 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $17 * @date $Date: 2005-0 7-13 02:47:00$16 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2005-08-24 01:24:24 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 61 61 psS32 main(psS32 argc, char* argv[]) 62 62 { 63 psLogSetFormat("HLNM"); 63 64 psImage *luImage = NULL; 64 65 psImage *inImage = NULL; -
trunk/psLib/test/math/tst_psMatrix04.c
r4589 r4859 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $16 * @date $Date: 2005-0 7-21 01:40:10$15 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-08-24 01:24:24 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 50 50 psS32 main(psS32 argc, char* argv[]) 51 51 { 52 psLogSetFormat("HLNM"); 52 53 float det = 0.0f; 53 54 float det2 = 0; -
trunk/psLib/test/math/tst_psMatrix05.c
r4547 r4859 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 7-13 02:47:00$12 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-08-24 01:24:24 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 43 43 char* argv[] ) 44 44 { 45 psLogSetFormat("HLNM"); 45 46 psImage * outImage = NULL; 46 47 psImage *inImage1 = NULL; -
trunk/psLib/test/math/tst_psMatrix06.c
r4547 r4859 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 7-13 02:47:00$12 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-08-24 01:24:24 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 42 42 psS32 main(psS32 argc, char* argv[]) 43 43 { 44 psLogSetFormat("HLNM"); 44 45 psImage * outImage = NULL; 45 46 psImage *inImage = NULL; -
trunk/psLib/test/math/tst_psMatrix07.c
r4547 r4859 16 16 * @author Ross Harman, MHPCC 17 17 * 18 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $19 * @date $Date: 2005-0 7-13 02:47:00$18 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 19 * @date $Date: 2005-08-24 01:24:24 $ 20 20 * 21 21 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 64 64 psS32 main(psS32 argc, char* argv[]) 65 65 { 66 psLogSetFormat("HLNM"); 66 67 psVector *v1 = NULL; 67 68 psVector *v1_32 = NULL; -
trunk/psLib/test/math/tst_psMatrixVectorArithmetic01.c
r4547 r4859 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 7-13 02:47:00$12 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-08-24 01:24:24 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 89 89 psS32 main(psS32 argc, char* argv[]) 90 90 { 91 psLogSetFormat("HLNM"); 91 92 92 93 // Test matrix-matrix binary operations -
trunk/psLib/test/math/tst_psMatrixVectorArithmetic02.c
r4547 r4859 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 7-13 02:47:00$12 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-08-24 01:24:24 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 95 95 psS32 main( psS32 argc, char* argv[] ) 96 96 { 97 97 psLogSetFormat("HLNM"); 98 98 // Test matrix unary operations 99 99 #define testUnaryOpM(OP,TYPE,VALUE1,VALUE2,NROWS,NCOLS,TRUTH) \ -
trunk/psLib/test/math/tst_psMatrixVectorArithmetic03.c
r4547 r4859 15 15 * @author Ross Harman, MHPCC 16 16 * 17 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $18 * @date $Date: 2005-0 7-13 02:47:00$17 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 18 * @date $Date: 2005-08-24 01:24:24 $ 19 19 * 20 20 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 72 72 psS32 main(psS32 argc, char* argv[]) 73 73 { 74 psLogSetFormat("HLNM"); 74 75 CREATE_AND_SET_IMAGE(image1,F64,0,3,3); 75 76 CREATE_AND_SET_IMAGE(image2,F64,0,3,3); -
trunk/psLib/test/math/tst_psMatrixVectorArithmetic04.c
r4547 r4859 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 7-13 02:47:00$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-08-24 01:24:24 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 55 55 psS32 main(psS32 argc, char* argv[]) 56 56 { 57 psLogSetFormat("HLNM"); 57 58 psLogSetLevel(PS_LOG_INFO); 58 59 -
trunk/psLib/test/math/tst_psMinimize00.c
r4547 r4859 67 67 psS32 main() 68 68 { 69 psLogSetFormat("HLNM"); 69 70 psImage *domain = NULL; 70 71 psVector *data = NULL; -
trunk/psLib/test/math/tst_psMinimize01.c
r4547 r4859 60 60 psS32 main() 61 61 { 62 psLogSetFormat("HLNM"); 62 63 psImage *domain = NULL; 63 64 psVector *data = NULL; -
trunk/psLib/test/math/tst_psMinimize02.c
r4547 r4859 106 106 psS32 main() 107 107 { 108 psLogSetFormat("HLNM"); 108 109 psVector *initialGuess = NULL; 109 110 psVector *paramMask = NULL; -
trunk/psLib/test/math/tst_psMinimize03.c
r4547 r4859 106 106 psS32 main() 107 107 { 108 psLogSetFormat("HLNM"); 108 109 psVector *initialGuess = NULL; 109 110 psVector *paramMask = NULL; -
trunk/psLib/test/math/tst_psMinimize04.c
r4547 r4859 268 268 psS32 main() 269 269 { 270 psLogSetFormat("HLNM"); 270 271 t00(); 271 272 t01(); -
trunk/psLib/test/math/tst_psMinimize04_F32.c
r4547 r4859 262 262 psS32 main() 263 263 { 264 psLogSetFormat("HLNM"); 264 265 t00(); 265 266 t01(); -
trunk/psLib/test/math/tst_psMinimize04b.c
r4547 r4859 253 253 psS32 main() 254 254 { 255 psLogSetFormat("HLNM"); 255 256 t00(); 256 257 t01(); -
trunk/psLib/test/math/tst_psMinimize04b_F32.c
r4547 r4859 255 255 psS32 main() 256 256 { 257 psLogSetFormat("HLNM"); 257 258 t00(); 258 259 t01(); -
trunk/psLib/test/math/tst_psMinimize05.c
r4547 r4859 274 274 psS32 main() 275 275 { 276 psLogSetFormat("HLNM"); 276 277 t00(); 277 278 t01(); -
trunk/psLib/test/math/tst_psMinimize06.c
r4731 r4859 110 110 psS32 main() 111 111 { 112 psLogSetFormat("HLNM"); 112 113 t01(); 113 114 } -
trunk/psLib/test/math/tst_psRandom.c
r4547 r4859 55 55 psS32 main(psS32 argc, char* argv[]) 56 56 { 57 psLogSetFormat("HLNM"); 57 58 if(!runTestSuite(stderr,"psRandom",tests,argc,argv)) { 58 59 return 1; -
trunk/psLib/test/math/tst_psStats00.c
r4547 r4859 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 7-13 02:47:00$13 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-08-24 01:24:24 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 64 64 psS32 main(psS32 argc, char* argv[] ) 65 65 { 66 psLogSetFormat("HLNM"); 66 67 psLogSetLevel(PS_LOG_INFO); 67 68 -
trunk/psLib/test/math/tst_psStats01.c
r4547 r4859 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 7-13 02:47:00$13 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-08-24 01:24:24 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 54 54 psS32 main(psS32 argc, char* argv[] ) 55 55 { 56 psLogSetFormat("HLNM"); 56 57 psLogSetLevel(PS_LOG_INFO); 57 58 -
trunk/psLib/test/math/tst_psStats02.c
r4547 r4859 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 7-13 02:47:00$13 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-08-24 01:24:24 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 54 54 psS32 main(psS32 argc, char* argv[] ) 55 55 { 56 psLogSetFormat("HLNM"); 56 57 psLogSetLevel(PS_LOG_INFO); 57 58 -
trunk/psLib/test/math/tst_psStats03.c
r4547 r4859 14 14 psS32 main() 15 15 { 16 psLogSetFormat("HLNM"); 16 17 psStats *myStats = NULL; 17 18 psS32 testStatus = true; -
trunk/psLib/test/math/tst_psStats05.c
r4547 r4859 10 10 psS32 main() 11 11 { 12 psLogSetFormat("HLNM"); 12 13 psStats *myStats = NULL; 13 14 psS32 testStatus = true; -
trunk/psLib/test/math/tst_psStats06.c
r4547 r4859 17 17 psS32 main() 18 18 { 19 psLogSetFormat("HLNM"); 19 20 psStats *myStats = NULL; 20 21 psS32 testStatus = true; -
trunk/psLib/test/math/tst_psStats07.c
r4547 r4859 494 494 psS32 main() 495 495 { 496 psLogSetFormat("HLNM"); 496 497 t00(); 497 498 t01(); -
trunk/psLib/test/math/tst_psStats08.c
r4547 r4859 18 18 psS32 main() 19 19 { 20 psLogSetFormat("HLNM"); 20 21 psStats *myStats = NULL; 21 22 psS32 testStatus = true; -
trunk/psLib/test/math/tst_psStats09.c
r4547 r4859 21 21 psS32 main() 22 22 { 23 psLogSetFormat("HLNM"); 23 24 psStats *myStats = NULL; 24 25 psS32 testStatus = true;
Note:
See TracChangeset
for help on using the changeset viewer.
