[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: missing declarations in Basis Splines
From: |
Patrick Alken |
Subject: |
Re: missing declarations in Basis Splines |
Date: |
Sat, 3 Jul 2021 21:56:56 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
Hello,
I mistakenly updated the doc website with some experimental docs for
some new B-spline features. These features are not in v2.7, or on the
git yet. I have now updated the website with the correct 2.7
documentation. Sorry for the trouble.
Thanks,
Patrick
On 7/3/21 3:01 PM, florian wrote:
Hi,
I could not run multiple examples from Basis Splines, e.g.:
"https://www.gnu.org/software/gsl/doc/html/bspline.html#example-3-least-squares-and-breakpoints",
because
multiple documented functions could not be found in gsl include path
(or gsl_bspline.h). Not found, but documented, functions are for example:
- gsl_bspline_ncontrol
- gsl_bspline_init_uniform
- gsl_bspline_wlssolve
- gsl_bspline_calc
- ...
Tested with gsl 2.7 from
https://mirror.ibcp.fr/pub/gnu/gsl/gsl-latest.tar.gz and
git://git.savannah.gnu.org/gsl.git
Tested with gsl 2.6.
Could not find any possible configure enable option within INSTALL or
README files or from documentation.
Best regards
Flo