Changeset 4321 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Jun 20, 2005, 12:42:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.h
r4285 r4321 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06- 16 03:51:58$10 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-20 22:42:30 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 56 56 */ 57 57 psMinimization *psMinimizationAlloc( 58 psS32 maxIter,///< Number of minimization iterations to perform.59 psF32tol ///< Requested error tolerance58 int maxIter, ///< Number of minimization iterations to perform. 59 float tol ///< Requested error tolerance 60 60 ); 61 61 … … 111 111 * @return psBool: True if successful. 112 112 */ 113 psBool psMinimizeLMChi2(113 bool psMinimizeLMChi2( 114 114 psMinimization *min, ///< Minimization specification 115 115 psImage *covar, ///< Covariance matrix … … 167 167 * @return psBool: True if successful. 168 168 */ 169 psBool psMinimizePowell(169 bool psMinimizePowell( 170 170 psMinimization *min, ///< Minimization specification 171 171 psVector *params, ///< "Best guess" for parameters that minimize func … … 211 211 * @return psBool: True is successful. 212 212 */ 213 psBool psMinimizeChi2Powell(213 bool psMinimizeChi2Powell( 214 214 psMinimization *min, ///< Minimization specification 215 215 psVector *params, ///< "Best guess" for parameters that minimize func … … 218 218 const psVector *value, ///< Measured values at the coordinates 219 219 const psVector *error, ///< Errors in the measure values (or NULL) 220 psMinimizeChi2PowellFunc func///< Specified function220 psMinimizeChi2PowellFunc model ///< Specified function 221 221 ); 222 222
Note:
See TracChangeset
for help on using the changeset viewer.
