Changeset 1469 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Aug 11, 2004, 8:12:08 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.h
r1468 r1469 24 24 ); 25 25 26 /** derivative function of psMinimizeFunction 27 * 28 * @return float the derivative in respect to params[derivParam] 26 29 typedef float (*psMinimizeFunctionDeriv) ( 27 30 const psVector* restrict params, ///< collection of parameters … … 29 32 int derivParam ///< index of parameter to calculate derivative of 30 33 ); 31 34 32 35 /** Minimizes a non-linear function. 33 36 *
Note:
See TracChangeset
for help on using the changeset viewer.
