summaryrefslogtreecommitdiff
path: root/gsl-1.9/interpolation/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/interpolation/TODO')
-rw-r--r--gsl-1.9/interpolation/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/gsl-1.9/interpolation/TODO b/gsl-1.9/interpolation/TODO
new file mode 100644
index 0000000..3bf369f
--- /dev/null
+++ b/gsl-1.9/interpolation/TODO
@@ -0,0 +1,10 @@
+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.