Changeset 1185 for trunk/psLib/src/dataManip/psMinimize.h
- Timestamp:
- Jul 6, 2004, 4:38:32 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psMinimize.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMinimize.h
r1093 r1185 14 14 /** This routine must minimize a non-linear function */ 15 15 psVector * 16 psMinimize(float (*myFunction)(const psVector *restrict), ///< Function to minimize 17 psVector *restrict initialGuess, ///< Initial guess 18 psVector *restrict paramMask //!< 1 = fit for parameter, 0 = hold parameter constant 19 ); 16 psMinimize(psVector *restrict initialGuess, 17 float (*myFunction)(const psVector *restrict, const psVector *restrict), 18 float (*myFunctionDeriv)(const psVector *restrict, const psVector *restrict, int), 19 const psVector *restrict coord, 20 const psVector *restrict paramMask); 20 21 21 22
Note:
See TracChangeset
for help on using the changeset viewer.
