Changeset 11248 for trunk/psLib/src/math/psMinimizeLMM.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizeLMM.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizeLMM.h
r10252 r11248 1 /** @file psMinimizeLMM.c 2 * \brief basic minimization functions 3 * @ingroup Math 1 /* @file psMinimizeLMM.c 2 * @brief basic minimization functions 4 3 * 5 * This file will contain function prototypes for various Levenberg-Marquadt6 * minimization routines.4 * This file will contain function prototypes for various Levenberg-Marquadt 5 * minimization routines. 7 6 * 8 * @author GLG, MHPCC7 * @author GLG, MHPCC 9 8 * 10 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-11-29 02:17:15 $ 12 * 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 * 9 * @version $Revision: 1.8 $ $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 15 12 */ 16 13 … … 18 15 #define PS_MINIMIZE_LMM_H 19 16 20 /** \file psMinimizeLMM.h 21 * \brief minimization operations 22 * \ingroup Stats 23 */ 24 /** \addtogroup Stats 25 * \{ 26 */ 17 /// @addtogroup MathOps Mathematical Operations 18 /// @{ 27 19 28 20 #include "psVector.h" … … 176 168 ); 177 169 178 /* \} */// End of MathGroup Functions 179 170 /// @} 180 171 #endif // #ifndef PS_MINIMIZE_LMM_H 181
Note:
See TracChangeset
for help on using the changeset viewer.
