Changeset 4141 for trunk/psLib/test/dataManip/tst_psStats00.c
- Timestamp:
- Jun 7, 2005, 1:31:32 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats00.c
r3682 r4141 3 3 * @brief Contains tests for psVectorStats with sample mean calculations 4 4 * 5 * @author George Gusciora, MHPCC 5 * We extensively test the code with data type PS_TYPE_F32. If these pass, we 6 * do a much simpler test with data types PS_TYPE_U8, PS_TYPE_U16, PS_TYPE_F64. 7 * 8 * If the psStats,c code every changes such that vectors of different type 9 * are handled by different routines, then these tests must be extended. 10 * 11 * @author GLG, MHPCC 6 12 * 7 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 4-07 20:27:42 $13 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-07 23:31:32 $ 9 15 * 10 16 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 51 57 static psF64 expectedWeightMeanWithMaskRangeF32 = 0.046574; 52 58 59 psF64 rtc(void); 60 psF64 sT, eT; 61 psF64 diff; 62 63 #include <unistd.h> 53 64 psS32 main(psS32 argc, char* argv[] ) 54 65 {
Note:
See TracChangeset
for help on using the changeset viewer.
