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