Changeset 1022 for trunk/psLib/src/math/psMinimize.c
- Timestamp:
- Jun 14, 2004, 9:40:15 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.c
r845 r1022 15 15 #include "float.h" 16 16 #include <math.h> 17 // GUS: rewrite so there is no maximum order for the polynomials.17 // NOTE: rewrite so there is no maximum order for the polynomials. 18 18 #define MAX_POLY_ORDER 10 19 19 #define MAX_POLYNOMIAL_TERMS (((MAX_POLY_ORDER+1) * (MAX_POLY_ORDER + 2)) / 2) … … 243 243 } 244 244 col[j] = 1.0; 245 // GUS: substitue the LUD rotine245 // NOTE: substitue the LUD rotine 246 246 // lubksb(A, N, indx, col); 247 247 for(i=1;i<=N;i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
