Changeset 11248 for trunk/psLib/src/math/psMinimizePolyFit.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePolyFit.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePolyFit.h
r10848 r11248 1 /** @file psMinimizePolyFit.c 2 * \brief basic minimization functions 3 * @ingroup Math 1 /* @file psMinimizePolyFit.c 2 * @brief basic minimization functions 4 3 * 5 * This file will contain function prototypes for various6 * 1-D polynomial fitting routines.4 * This file will contain function prototypes for various 5 * 1-D polynomial fitting routines. 7 6 * 8 * @author GLG, MHPCC7 * @author GLG, MHPCC 9 8 * 10 * XXX: Must Doxygenate. 11 * 12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-12-29 04:38:42 $ 14 * 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-23 22:47:23 $ 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 12 * 17 13 */ … … 20 16 #define PS_MINIMIZE_POLYFIT_H 21 17 22 /** \file psMinimizePolyFit.h 23 * \brief minimization operations 24 * \ingroup Stats 25 */ 26 /** \addtogroup Stats 27 * \{ 28 */ 18 /// @addtogroup MathOps Mathematical Operations 19 /// @{ 29 20 30 21 #include "psVector.h" … … 143 134 ); 144 135 145 /* \} */// End of MathGroup Functions 146 136 /// @} 147 137 #endif // #ifndef PS_MINIMIZE_POLYFIT_H 148
Note:
See TracChangeset
for help on using the changeset viewer.
