Changeset 1422
- Timestamp:
- Aug 9, 2004, 11:22:27 AM (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
r753 r1422 34 34 /** Derive a polynomial fit by chi^2 minimisation --- can be done analytically */ 35 35 psPolynomial1D * 36 psVectorFitPolynomial (psPolynomial1DmyPoly, ///< Polynomial to fit37 const psVector *restrict x, ///< Ordinates (or NULL to just use the indices)38 const psVector *restrict y, ///< Coordinates39 const psVector *restrict yErr) ///< Errors in coordinates, or NULL36 psVectorFitPolynomial1D(psPolynomial1D *myPoly, ///< Polynomial to fit 37 const psVector *restrict x, ///< Ordinates (or NULL to just use the indices) 38 const psVector *restrict y, ///< Coordinates 39 const psVector *restrict yErr) ///< Errors in coordinates, or NULL 40 40 ; 41 42 psSpline1D * 43 psVectorFitSpline1D(psSpline1D *mySpline, ///< Spline to fit 44 const psVector *x, ///< Ordinates (or NULL to just use the indices) 45 const psVector *y, ///< Coordinates 46 const psVector *yErr ///< Errors in coordinates, or NULL 47 ); 41 48 42 49 /* \} */ // End of MathGroup Functions
Note:
See TracChangeset
for help on using the changeset viewer.
