Changeset 1322 for trunk/psLib/src/dataManip/psStats.h
- Timestamp:
- Jul 28, 2004, 3:59:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psStats.h
r1316 r1322 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-07-29 01: 04:54$11 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-07-29 01:59:06 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 114 114 115 115 /** Calculate a histogram \ingroup MathGroup **/ 116 psHistogram *ps HistogramVector(psHistogram *out, ///< Histogram data116 psHistogram *psVectorHistogram (psHistogram *out, ///< Histogram data 117 117 const psVector *restrict in, ///< Vector to analyse 118 118 const psVector *restrict mask, ///< Mask dat for input vector 119 int maskVal); ///< Mask value119 unsigned int maskVal); ///< Mask value 120 120 121 121 bool p_psGetStatValue(
Note:
See TracChangeset
for help on using the changeset viewer.
