Changeset 5813 for trunk/psLib/test/math
- Timestamp:
- Dec 19, 2005, 1:58:47 PM (21 years ago)
- Location:
- trunk/psLib/test/math
- Files:
-
- 3 added
- 4 deleted
- 2 edited
-
Makefile.am (modified) (4 diffs)
-
tst_psMinimize04.c (deleted)
-
tst_psMinimize04_F32.c (deleted)
-
tst_psMinimize04b.c (deleted)
-
tst_psMinimize04b_F32.c (deleted)
-
tst_psPolyFit1DCheby.c (added)
-
tst_psPolyFit1DOrd.c (added)
-
tst_psPolyFit2DOrd.c (added)
-
tst_psStats07.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/Makefile.am
r5155 r5813 26 26 tst_psMatrixVectorArithmetic03 \ 27 27 tst_psMatrixVectorArithmetic04 \ 28 tst_psMinimize04 \29 tst_psMinimize04_F32 \30 tst_psMinimize04b \31 tst_psMinimize04b_F32 \32 28 tst_psMinimize05 \ 33 29 tst_psMinimize06 \ … … 44 40 tst_psStats09 \ 45 41 tst_psSpline1D \ 46 tst_psRandom 42 tst_psRandom \ 43 tst_psPolyFit1DCheby \ 44 tst_psPolyFit1DOrd \ 45 tst_psPolyFit2DOrd 46 47 47 48 48 tst_psFunc00_SOURCES = tst_psFunc00.c … … 67 67 tst_psMatrixVectorArithmetic03_SOURCES = tst_psMatrixVectorArithmetic03.c 68 68 tst_psMatrixVectorArithmetic04_SOURCES = tst_psMatrixVectorArithmetic04.c 69 tst_psMinimize04_SOURCES = tst_psMinimize04.c70 tst_psMinimize04_F32_SOURCES = tst_psMinimize04_F32.c71 tst_psMinimize04b_SOURCES = tst_psMinimize04b.c72 tst_psMinimize04b_F32_SOURCES = tst_psMinimize04b_F32.c73 69 tst_psMinimizeVector2D_F64_SOURCES = tst_psMinimizeVector2D_F64.c 74 70 tst_psMinimizeVector2D_F32_SOURCES = tst_psMinimizeVector2D_F32.c … … 85 81 tst_psStats09_SOURCES = tst_psStats09.c 86 82 tst_psRandom_SOURCES = tst_psRandom.c 83 tst_psPolyFit1DCheby_SOURCES = tst_psPolyFit1DCheby.c 84 tst_psPolyFit1DOrd_SOURCES = tst_psPolyFit1DOrd.c 85 tst_psPolyFit2DOrd_SOURCES = tst_psPolyFit2DOrd.c 87 86 88 87 check_DATA = -
trunk/psLib/test/math/tst_psStats07.c
r5155 r5813 20 20 psS32 t00() 21 21 { 22 22 23 psStats * myStats = NULL; 23 24 psS32 testStatus = true; … … 510 511 { 511 512 psLogSetFormat("HLNM"); 513 psLogSetLevel(PS_LOG_INFO); 512 514 // 513 515 // We list pertinent psStats.c functions here for debugging ease.
Note:
See TracChangeset
for help on using the changeset viewer.
