Changeset 4568 for trunk/psLib/src/math/psFunctions.h
- Timestamp:
- Jul 15, 2005, 2:06:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psFunctions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psFunctions.h
r4540 r4568 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-07-1 2 19:12:01$14 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-07-16 00:06:32 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 434 434 typedef struct 435 435 { 436 unsigned int n; ///< The number of spline polynomials436 int n; ///< The number of spline pieces 437 437 psPolynomial1D **spline; ///< An array of n pointers to the spline polynomials 438 psVector *knots; ///< The boundaries between each spline piece. Size is n+1. 438 439 psF32 *p_psDeriv2; ///< For cubic splines, the second derivative at each domain point. Size is n+1. 439 psF32 *domains; ///< The boundaries between each spline piece. Size is n+1. 440 psVector *knots; ///< The boundaries between each spline piece. Size is n+1. 440 psF32 *p_psDomains; ///< The boundaries between each spline piece. Size is n+1. 441 441 } 442 442 psSpline1D;
Note:
See TracChangeset
for help on using the changeset viewer.
