Changeset 11248 for trunk/psLib/src/math/psMinimizePowell.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePowell.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePowell.h
r10255 r11248 1 /** @file psMinimizePowell.c 2 * \brief basic minimization functions 3 * @ingroup Math 1 /* @file psMinimizePowell.c 2 * @brief basic minimization functions 4 3 * 5 * This file will contain function prototypes for various Powell6 * chi-squared minimization routines.4 * This file will contain function prototypes for various Powell 5 * chi-squared minimization routines. 7 6 * 8 * @author GLG, MHPCC7 * @author GLG, MHPCC 9 8 * 10 * @version $Revision: 1.4$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-11-29 02:33:54$9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-23 22:47:23 $ 12 11 * 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 13 * 15 14 */ … … 18 17 #define PS_MINIMIZE_POWELL_H 19 18 20 /** \file psMinimizePowell.h 21 * \brief minimization operations 22 * \ingroup Stats 23 */ 24 /** \addtogroup Stats 25 * \{ 26 */ 19 /// @addtogroup MathOps Mathematical Operations 20 /// @{ 27 21 28 22 #include "psMinimizeLMM.h" … … 88 82 ); 89 83 90 /* \} */// End of MathGroup Functions 91 84 /// @} 92 85 #endif // #ifndef PS_MINIMIZE_POWELL_H 93
Note:
See TracChangeset
for help on using the changeset viewer.
