Changeset 6186 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Jan 23, 2006, 12:25:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r5517 r6186 7 7 * splines. 8 8 * 9 * @version $Revision: 1.13 2$ $Name: not supported by cvs2svn $10 * @date $Date: 200 5-11-15 20:10:32$9 * @version $Revision: 1.133 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-01-23 22:25:31 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 90 90 (F32). 91 91 92 XXX: This algorithm is derived from the Numerical Recipes.93 92 XXX: use recycled vectors for internal data. 94 93 XXX: do an F64 version? … … 111 110 psF32 *Y = (psF32 *) & (y->data.F32[0]); 112 111 // 113 // XXX:The second derivatives at the endpoints, undefined in the SDR,112 // The second derivatives at the endpoints, undefined in the SDR, 114 113 // are set in psConstants.h: PS_LEFT_SPLINE_DERIV, PS_RIGHT_SPLINE_DERIV. 115 114 // … … 335 334 LaGrange interpolation. 336 335 *****************************************************************************/ 337 static psF32 interpolate1DF32(psF32 *domain, 338 psF32 *range, 339 unsigned int n, 340 unsigned int order, 341 psF32 x) 336 static psF32 interpolate1DF32( 337 psF32 *domain, 338 psF32 *range, 339 unsigned int n, 340 unsigned int order, 341 psF32 x) 342 342 { 343 343 psTrace(__func__, 4, "---- %s() begin ----\n", __func__);
Note:
See TracChangeset
for help on using the changeset viewer.
