File: TODO

package info (click to toggle)
gsl 2.8%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 29,088 kB
  • sloc: ansic: 269,984; sh: 4,535; makefile: 902; python: 69
file content (15 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
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