Changeset 2778 for trunk/psLib/src/dataManip/psStats.h
- Timestamp:
- Dec 21, 2004, 10:42:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psStats.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psStats.h
r2347 r2778 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-1 1-12 20:45:27 $12 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-12-21 20:42:07 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 87 87 psStats* psVectorStats( 88 88 psStats* stats, ///< stats structure defines stats to be calculated and how 89 psVector* in, ///< Vector to be analysed: must be F32 89 psVector* in, ///< Vector to be analysed. 90 psVector* errors, ///< Errors. 90 91 psVector* mask, ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL 91 psU32 maskVal ///< Only mask elements with one of these bits set in maskVector92 psU32 maskVal ///< Only mask elements with one of these bits set in maskVector 92 93 ); 93 94 … … 156 157 psHistogram* out, ///< Histogram data 157 158 const psVector* restrict in, ///< Vector to analyse 159 const psVector* restrict errors, ///< Errors 158 160 const psVector* restrict mask, ///< Mask dat for input vector 159 161 psU32 maskVal ///< Mask value
Note:
See TracChangeset
for help on using the changeset viewer.
