Changeset 3115 for trunk/psLib/src/math/psMinimize.h
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.h
r2788 r3115 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.3 7$ $Name: not supported by cvs2svn $11 * @date $Date: 200 4-12-22 05:09:32$10 * @version $Revision: 1.38 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-02-03 00:54:10 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 65 65 psPolynomial1D* psVectorFitPolynomial1D( 66 66 psPolynomial1D* myPoly, ///< Polynomial to fit 67 const psVector* restrict x,///< Ordinates (or NULL to just use the indices)68 const psVector* restrict y,///< Coordinates69 const psVector* restrict yErr///< Errors in coordinates, or NULL67 const psVector* x, ///< Ordinates (or NULL to just use the indices) 68 const psVector* y, ///< Coordinates 69 const psVector* yErr ///< Errors in coordinates, or NULL 70 70 ); 71 71 72 psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline, ///< The spline which will be generated.73 const psVector* restrictx, ///< Ordinates (or NULL to just use the indices)74 const psVector* restricty, ///< Coordinates75 const psVector* restrictyErr ///< Errors in coordinates, or NULL72 psSpline1D *psVectorFitSpline1D(psSpline1D *mySpline, ///< The spline which will be generated. 73 const psVector* x, ///< Ordinates (or NULL to just use the indices) 74 const psVector* y, ///< Coordinates 75 const psVector* yErr ///< Errors in coordinates, or NULL 76 76 ); 77 77
Note:
See TracChangeset
for help on using the changeset viewer.
