Blame bspline/TODO

Packit 67cb25
# -*- org -*-
Packit 67cb25
#+CATEGORY: bspline
Packit 67cb25
Packit 67cb25
Add functions:
Packit 67cb25
Packit 67cb25
gsl_bspline_smooth to fit smoothing splines to data more efficiently
Packit 67cb25
than the standard least squares inversion (see pppack l2appr and
Packit 67cb25
smooth.spline() from GNU R)
Packit 67cb25
Packit 67cb25
+ any other useful functions from pppack