Changeset 11248 for trunk/psLib/src/math/psMathUtils.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMathUtils.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMathUtils.h
r7132 r11248 1 /** @file psMathUtils.h 2 * @brief Standard Mathematical Functions. 3 * @ingroup GROUP00 1 /* @file psMathUtils.h 2 * @brief Standard Mathematical Functions. 4 3 * 5 * This file contains standard math rotines.4 * This file contains standard math rotines. 6 5 * 7 * @author GLG, MHPCC6 * @author GLG, MHPCC 8 7 * 9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-05-18 01:20:51 $ 11 * 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-23 22:47:23 $ 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 11 */ 14 12 15 13 #ifndef PS_MATHUTILS_H 16 14 #define PS_MATHUTILS_H 15 16 /// @addtogroup MathOps Mathematical Operations 17 /// @{ 17 18 18 19 #include <stdio.h> … … 23 24 #include "psScalar.h" 24 25 #include "psPolynomial.h" 25 26 /** \addtogroup GROUP0027 * \{28 */29 26 30 27 /** Performs a binary disection on a monotonically non-decreasing vector. … … 55 52 psF64 outHigh); 56 53 57 /** \} */ // End of MathGroup Functions 58 54 /// @} 59 55 #endif // #ifndef PS_MATHUTILS_H 60
Note:
See TracChangeset
for help on using the changeset viewer.
