Changeset 1191 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Jul 7, 2004, 1:03:03 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
