Changeset 11248 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r11155 r11248 1 /** @file psStats.h 2 * \brief basic statistical operations 3 * @ingroup Stats 1 /* @file psStats.h 2 * @brief basic statistical operations 4 3 * 5 * This file will hold the definition of the histogram and stats data6 * structures. It also contains prototypes for procedures which operate7 * on those data structures.4 * This file will hold the definition of the histogram and stats data 5 * structures. It also contains prototypes for procedures which operate 6 * on those data structures. 8 7 * 9 * @author GLG, MHPCC8 * @author GLG, MHPCC 10 9 * 11 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-19 04:32:27 $ 13 * 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 10 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-23 22:47:23 $ 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 13 */ 16 14 … … 18 16 #define PS_STATS_H 19 17 20 // #include "psVector.h" 21 22 /// @addtogroup Stats 18 /// @addtogroup MathOps Mathematical Operations 23 19 /// @{ 24 20 … … 132 128 133 129 /// @} 134 135 130 #endif // #ifndef PS_STATS_H 136 131
Note:
See TracChangeset
for help on using the changeset viewer.
