Changeset 1073 for trunk/psLib/src/dataManip/psStats.h
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (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
r1020 r1073 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-06- 14 19:33:09$11 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-06-23 23:00:15 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 88 88 psStats *psStatsAlloc(psStatsOptions options); ///< Statistics to measure 89 89 90 /** A destructor for the stats structure.*/91 void psStatsFree(psStats *restrict stats); ///< Stats structure to destroy92 93 90 /****************************************************************************** 94 91 Histogram functions and data structures. … … 116 113 psHistogram * psHistogramAllocGeneric(const psVector *restrict bounds); ///< Bounds for the bins 117 114 118 119 /** Destructor \ingroup MathGroup **/120 void psHistogramFree(psHistogram *myHist); ///< Histogram to destroy121 122 123 115 /** Calculate a histogram \ingroup MathGroup **/ 124 116 psHistogram *psHistogramVector (psHistogram *out, ///< Histogram data
Note:
See TracChangeset
for help on using the changeset viewer.
