Changeset 1584 for trunk/archive/pslib/include/psMinimize.h
- Timestamp:
- Aug 18, 2004, 4:48:32 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
r1454 r1584 85 85 psPolynomial1D * 86 86 psVectorFitPolynomial1D(psPolynomial1D *myPoly, ///< Polynomial to fit 87 const psVector * restrictx, ///< Ordinates (or NULL to just use the indices)88 const psVector * restricty, ///< Coordinates89 const psVector * restrictyErr) ///< Errors in coordinates, or NULL87 const psVector *x, ///< Ordinates (or NULL to just use the indices) 88 const psVector *y, ///< Coordinates 89 const psVector *yErr) ///< Errors in coordinates, or NULL 90 90 ; 91 91
Note:
See TracChangeset
for help on using the changeset viewer.
