Changeset 1345 for trunk/psLib/src/dataManip/psMinimize.h
- Timestamp:
- Jul 29, 2004, 2:39:18 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psMinimize.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMinimize.h
r1281 r1345 39 39 /** Derive a polynomial fit by chi^2 minimisation (analytically) */ 40 40 psPolynomial1D * 41 ps GetArrayPolynomial(psPolynomial1D *myPoly, ///< Polynomial to fit42 const psVector *restrict x, ///< Ordinates (or NULL to just use the indices)43 const psVector *restrict y, ///< Coordinates44 const psVector *restrict yErr ///< Errors in coordinates, or NULL45 );41 psVectorFitPolynomial1D(psPolynomial1D *myPoly, ///< Polynomial to fit 42 const psVector *restrict x, ///< Ordinates (or NULL to just use the indices) 43 const psVector *restrict y, ///< Coordinates 44 const psVector *restrict yErr ///< Errors in coordinates, or NULL 45 ); 46 46 47 47 /* \} */ // End of MathGroup Functions
Note:
See TracChangeset
for help on using the changeset viewer.
