Changeset 3096 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Jan 26, 2005, 10:41:04 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r2847 r3096 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $15 * @date $Date: 200 4-12-29 22:15:51$14 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-01-26 20:41:04 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 394 394 typedef struct 395 395 { 396 psS32 n; ///< The number of spline polynomials 397 psPolynomial1D **spline; ///< An array of n pointers to the spline polynomials 398 psF32 *p_psDeriv2; ///< For cubic splines, the second derivative at each domain point. Size is n+1. 399 psF32 *domains; ///< The boundaries between each spline piece. Size is n+1. 396 psS32 n; ///< The number of spline polynomials 397 psPolynomial1D **spline; ///< An array of n pointers to the spline polynomials 398 psF32 *p_psDeriv2; ///< For cubic splines, the second derivative at each domain point. Size is n+1. 399 psF32 *domains; ///< The boundaries between each spline piece. Size is n+1. 400 psVector *knots; ///< The boundaries between each spline piece. Size is n+1. 400 401 } 401 402 psSpline1D;
Note:
See TracChangeset
for help on using the changeset viewer.
