Changeset 4991 for trunk/psLib/src/math/psSpline.h
- Timestamp:
- Sep 11, 2005, 12:18:40 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.h
r4969 r4991 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-09- 08 00:02:48$12 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-09-11 22:18:40 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 118 118 ); 119 119 120 /** Derive a one-dimensional spline fit. 121 * 122 * Given a psSpline1D data structure and a set of x,y vectors, this routine 123 * generates the linear splines which satisfy those data points. 124 * 125 * @return psSpline1D*: the calculated one-dimensional splines 126 */ 127 psSpline1D *psVectorFitSpline1D( 128 psSpline1D *mySpline, ///< The spline which will be generated. 129 const psVector* x, ///< Ordinates (or NULL to just use the indices) 130 const psVector* y, ///< Coordinates 131 const psVector* yErr ///< Errors in coordinates, or NULL 132 ); 133 134 psSpline1D *psVectorFitSpline1DNEW( 135 const psVector* x, ///< Ordinates (or NULL to just use the indices) 136 const psVector* y, ///< Coordinates 137 int nKnots 138 ); 139 120 140 /** \} */ // End of MathGroup Functions 121 141
Note:
See TracChangeset
for help on using the changeset viewer.
