Changeset 21074 for branches/eam_branch_20081230/psLib/src/math/psStats.h
- Timestamp:
- Dec 30, 2008, 10:40:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psLib/src/math/psStats.h
r21072 r21074 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $11 * @date $Date: 2008- 08-03 20:55:09$10 * @version $Revision: 1.65.18.1 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2008-12-30 20:40:00 $ 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.
