Changeset 21183 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r18876 r21183 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.6 5$ $Name: not supported by cvs2svn $11 * @date $Date: 200 8-08-03 20:55:09$10 * @version $Revision: 1.66 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2009-01-27 06:39:38 $ 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ … … 96 96 */ 97 97 bool psVectorStats( 98 psStats* stats, ///< stats structure defines stats to be calculated and how99 const psVector* in, ///< Vector to be analysed.100 const psVector* errors, ///< Errors.101 const psVector* mask, ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL102 ps MaskType maskVal///< Only mask elements with one of these bits set in maskVector98 psStats* stats, ///< stats structure defines stats to be calculated and how 99 const psVector* in, ///< Vector to be analysed. 100 const psVector* errors, ///< Errors. 101 const psVector* mask, ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL 102 psVectorMaskType maskVal ///< Only mask elements with one of these bits set in maskVector 103 103 ); 104 104
Note:
See TracChangeset
for help on using the changeset viewer.
