Blame interpolation/TODO

Packit 67cb25
# -*- org -*-
Packit 67cb25
#+CATEGORY: interpolation
Packit 67cb25
Packit 67cb25
1. need to add a test for the akima splines
Packit 67cb25
Packit 67cb25
2. [DOCUMENTATION] From: Conrad Curry <cwcurry@orca.st.usm.edu>
Packit 67cb25
Packit 67cb25
  I would suggest adding more about cspline and Akima similiar to what
Packit 67cb25
  is given for 'polynomial', particularly under what conditions one
Packit 67cb25
  would be prefered over the other.
Packit 67cb25
Packit 67cb25
3. add akima splines without the Wodicka modification, so that the spline
Packit 67cb25
is a smooth curve without corners.