1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# -*- org -*-
#+CATEGORY: interpolation
1. need to add a test for the akima splines
2. [DOCUMENTATION] From: Conrad Curry <cwcurry@orca.st.usm.edu>
I would suggest adding more about cspline and Akima similiar to what
is given for 'polynomial', particularly under what conditions one
would be prefered over the other.
3. add akima splines without the Wodicka modification, so that the spline
is a smooth curve without corners.
4. Fix cspline to work with n=2 nodes -- some code in cspline.c.1 and test.c.1, but the tests currently fail
|