Changeset 794
- Timestamp:
- May 26, 2004, 6:10:55 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
dataManip/psMinimize.h (modified) (1 diff)
-
math/psMinimize.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMinimize.h
r737 r794 12 12 */ 13 13 14 /** Minimize a particular non-linear function */14 /** This routine must ninimize a particular non-linear function */ 15 15 psFloatArray * 16 16 psMinimize(float (*myFunction)(const psFloatArray *restrict), ///< Function to minimize -
trunk/psLib/src/math/psMinimize.h
r737 r794 12 12 */ 13 13 14 /** Minimize a particular non-linear function */14 /** This routine must ninimize a particular non-linear function */ 15 15 psFloatArray * 16 16 psMinimize(float (*myFunction)(const psFloatArray *restrict), ///< Function to minimize
Note:
See TracChangeset
for help on using the changeset viewer.
