Changeset 1861 for trunk/psLib/test/dataManip/tst_psFunc07.c
- Timestamp:
- Sep 22, 2004, 8:12:22 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc07.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc07.c
r1858 r1861 1 1 /***************************************************************************** 2 This routine must ensure that the psSpline1DEval() function works 3 properly. It creates a spline with psSpline1DAlloc(), creates a set of 4 data values, sets the spline polynomials with psSpline1DGen(), then 5 calls psSpline1DEval() on new data values and ensures that the results 6 are correct. 2 This routine must ensure that the psVectorFitSpline1D() function works 3 properly. It creates a spline with psSpline1DAlloc(), creates a set of data 4 values, sets the spline polynomials with psVectorFitSpline1D(), then calls 5 psSpline1DEval() on new data values and ensures that the results are correct. 7 6 8 XXX: figure out the memory deallocator 7 XXX: figure out the memory deallocator 8 9 XXX: The interpolated values are not all that good. However, they do agree 10 with the NR version of the code. 9 11 *****************************************************************************/ 10 12 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.
