Changeset 4760 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Aug 11, 2005, 1:04:32 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.h
r4730 r4760 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.5 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-08- 08 21:42:07$10 * @version $Revision: 1.52 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-08-11 23:04:32 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 183 183 ); 184 184 185 /** Calculates the one-dimensional Gaussian in a format acceptable to the Levenberg-186 * Marquardt minimizer routine.187 *188 * @return psVector*: Calculated values189 */190 psVector *psMinimizeLMChi2Gauss1D(191 psImage *deriv, ///< Derivative Matrix192 const psVector *params, ///< Parameters used in evaluation193 const psArray *coords ///< Measurement coordinates194 );195 196 /** Calculates the one-dimensional Gaussian in a format acceptable to the Powell197 * chi-squared minimizer routine.198 *199 * @return psVector*: Calculated values200 */201 psVector *psMinimizePowellChi2Gauss1D(202 const psVector *params, ///< Parameters used in evaluation203 const psArray *coords ///< Measurement coordinates204 );205 206 185 /** Specifies the format of a user-defined function that the general Powell chi- 207 186 * squared minimizer routine will accept.
Note:
See TracChangeset
for help on using the changeset viewer.
