summaryrefslogtreecommitdiff
path: root/gsl-1.9/bspline/TODO
blob: 67f8aa8a1d63fc3f57b20c0132921a11ae93a14f (plain)
1
2
3
4
5
6
7
8
9
Add functions:

gsl_bspline_eval_deriv (see pppack bsplvd) to compute B-spline derivatives

gsl_bspline_smooth to fit smoothing splines to data more efficiently
than the standard least squares inversion (see pppack l2appr and
smooth.spline() from GNU R)

+ any other useful functions from pppack