Changeset 3547 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Mar 29, 2005, 12:34:59 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r3264 r3547 4 4 * @ingroup Stats 5 5 * 6 * This file will hold the definition of the histogram and stats data6 xd * This file will hold the definition of the histogram and stats data 7 7 * structures. It also contains prototypes for procedures which operate 8 8 * on those data structures. … … 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 2-17 19:26:23$12 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-03-29 22:34:59 $ 14 14 * 15 15 * Copyright 2004-2005 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.90 psVector* errors, ///< Errors.91 psVector* mask, ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL89 const psVector* in, ///< Vector to be analysed. 90 const psVector* errors, ///< Errors. 91 const psVector* mask, ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL 92 92 psU32 maskVal ///< Only mask elements with one of these bits set in maskVector 93 93 );
Note:
See TracChangeset
for help on using the changeset viewer.
