Changeset 4330 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Jun 20, 2005, 5:01:37 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.h
r4321 r4330 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.4 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-2 0 22:42:30$10 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-21 03:01:37 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 109 109 /** Minimizes a specified function based on the Levenberg-Marquardt method. 110 110 * 111 * @return psBool: True if successful.111 * @return bool: True if successful. 112 112 */ 113 113 bool psMinimizeLMChi2( … … 165 165 /** Minimizes a specified function based on the Powell method. 166 166 * 167 * @return psBool: True if successful.167 * @return bool: True if successful. 168 168 */ 169 169 bool psMinimizePowell( … … 209 209 /** Minimizes a specified function based on the Powell chi-squared method. 210 210 * 211 * @return psBool: True is successful.211 * @return bool: True is successful. 212 212 */ 213 213 bool psMinimizeChi2Powell(
Note:
See TracChangeset
for help on using the changeset viewer.
