Changeset 1191
- Timestamp:
- Jul 7, 2004, 1:03:03 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
dataManip/psMinimize.c (modified) (1 diff)
-
math/psMinimize.c (modified) (1 diff)
-
math/psMinimize.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMinimize.c
r1190 r1191 790 790 } 791 791 792 // Build the B and A data structs. 792 793 for(k=0;k<(polyOrder);k++) { 793 794 for (i=0;i<X->n;i++) { -
trunk/psLib/src/math/psMinimize.c
r1190 r1191 790 790 } 791 791 792 // Build the B and A data structs. 792 793 for(k=0;k<(polyOrder);k++) { 793 794 for (i=0;i<X->n;i++) { -
trunk/psLib/src/math/psMinimize.h
r1185 r1191 38 38 /** Derive a polynomial fit by chi^2 minimisation (analytically) */ 39 39 psPolynomial1D * 40 psGetArrayPolynomial(psPolynomial1D myPoly, ///< Polynomial to fit40 psGetArrayPolynomial(psPolynomial1D *myPoly, ///< Polynomial to fit 41 41 const psVector *restrict x, ///< Ordinates (or NULL to just use the indices) 42 42 const psVector *restrict y, ///< Coordinates
Note:
See TracChangeset
for help on using the changeset viewer.
