| GNU Scientific Library Reference Manual - Third Edition (v1.12) by M. Galassi, J. Davies, J. Theiler, B. Gough, G. Jungman, P. Alken, M. Booth, F. Rossi Paperback (6"x9"), 592 pages, 60 figures ISBN 0954612078 RRP £24.95 ($39.95) |
38.3 Constructing the knots vector
- Function: int gsl_bspline_knots (const gsl_vector * breakpts, gsl_bspline_workspace * w)
- This function computes the knots associated with the given breakpoints
and stores them internally in
w->knots.
- Function: int gsl_bspline_knots_uniform (const double a, const double b, gsl_bspline_workspace * w)
- This function assumes uniformly spaced breakpoints on [a,b]
and constructs the corresponding knot vector using the previously
specified nbreak parameter. The knots are stored in
w->knots.
| ISBN 0954612078 | GNU Scientific Library Reference Manual - Third Edition (v1.12) | See the print edition |