- Timestamp:
- Jun 3, 2013, 2:05:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/psLib/src/math/psMinimizeLMM.h
r35617 r35623 134 134 ); 135 135 136 /** Minimizes a specified function based on the Levenberg-Marquardt method. 137 * 138 * @return bool: True if successful. 139 */ 140 bool psMinimizeLMChi2_Old( 141 psMinimization *min, ///< Minimization specification 142 psImage *covar, ///< Covariance matrix 143 psVector *params, ///< "Best Guess" for the parameters that minimize func 144 psMinConstraint *constraint, ///< Constraints on the parameters 145 const psArray *x, ///< Measurement ordinates of multiple vectors 146 const psVector *y, ///< Measurement coordinates 147 const psVector *yWt, ///< Errors in the measurement coordinates 148 psMinimizeLMChi2Func func ///< Specified function 149 ); 150 136 151 /** Minimizes a specified function based on the Levenberg-Marquardt method 137 152 Uses alternative convergence criterion.
Note:
See TracChangeset
for help on using the changeset viewer.
