Changeset 5175 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Sep 28, 2005, 4:13:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.h
r4991 r5175 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.5 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-09- 11 22:18:40$10 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-09-29 02:13:54 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 202 202 psMinimizeLMChi2Func func ///< Specified function 203 203 ); 204 bool psMinimizeLMChi2_OLD( 205 psMinimization *min, ///< Minimization specification 206 psImage *covar, ///< Covariance matrix 207 psVector *params, ///< "Best Guess" for the parameters that minimize func 208 const psVector *paramMask, ///< Parameters to be held fixed by the minimizer 209 const psArray *x, ///< Measurement ordinates of multiple vectors 210 const psVector *y, ///< Measurement coordinates 211 const psVector *yErr, ///< Errors in the measurement coordinates 212 psMinimizeLMChi2Func func ///< Specified function 213 ); 204 214 205 215 bool psMinimizeGaussNewtonDelta ( … … 217 227 * @return psBool: True if successful. 218 228 */ 219 psBool p_psMinLM_GuessABP (229 psBool p_psMinLM_GuessABP_OLD( 220 230 psImage *Alpha, ///< New Alpha guess 221 231 psVector *Beta, ///< New Beta guess
Note:
See TracChangeset
for help on using the changeset viewer.
