Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / bspline / TODO
1 Add functions:
2
3 gsl_bspline_eval_deriv (see pppack bsplvd) to compute B-spline derivatives
4
5 gsl_bspline_smooth to fit smoothing splines to data more efficiently
6 than the standard least squares inversion (see pppack l2appr and
7 smooth.spline() from GNU R)
8
9 + any other useful functions from pppack