Changeset 336
- Timestamp:
- Mar 31, 2004, 3:55:23 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMinimize.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMinimize.h
r334 r336 31 31 32 32 /** Derive a polynomial fit by chi^2 minimisation --- can be done analytically */ 33 psFloatArray * 34 psGetArrayPolynomial(const psFloatArray *restrict x, //!< Ordinates (or NULL to just use the indices) 33 psPolynomial1D * 34 psGetArrayPolynomial(psPolynomial1D myPoly, //!< Polynomial to fit 35 const psFloatArray *restrict x, //!< Ordinates (or NULL to just use the indices) 35 36 const psFloatArray *restrict y, //!< Coordinates 36 37 const psFloatArray *restrict yErr //!< Errors in coordinates, or NULL
Note:
See TracChangeset
for help on using the changeset viewer.
