Changeset 7085
- Timestamp:
- May 5, 2006, 5:51:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psMinimizeLMM.c
r6484 r7085 88 88 printf("\nThe value of the function at the minimum is %f\n", min->value); 89 89 for (psS32 i=0;i<NUM_DATA_POINTS;i++) { 90 float myFuncValue = (float)(myFunc(myDerivs, myParams, (psVector *) myCoords->data[i])); 91 myFuncValue += 0.001; 90 92 printf("The minimum for data point number %d: f is %.2f\n", 91 i, myFunc (myDerivs, myParams, (psVector *) myCoords->data[i]));93 i, myFuncValue); 92 94 fflush(stdout); 93 95 }
Note:
See TracChangeset
for help on using the changeset viewer.
