Changeset 1469
- Timestamp:
- Aug 11, 2004, 8:12:08 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
dataManip/psMinimize.h (modified) (2 diffs)
-
math/psMinimize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/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 * -
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.
