Re: [Help-gsl] change in gsl_multifit_linear_svd

2016-10-05 Thread Timothée Flutre
Thanks Patrick! Tim 2016-09-30 18:00 GMT+02:00 <help-gsl-requ...@gnu.org>: > Message: 1 > Date: Fri, 30 Sep 2016 11:48:34 +0200 > From: Patrick Alken <al...@colorado.edu> > To: <help-gsl@gnu.org> > Subject: Re: [Help-gsl] change in gsl_multifit_linear_svd >

Re: [Help-gsl] change in gsl_multifit_linear_svd

2016-09-29 Thread Timothée Flutre
Thanks for your answers! Patrick, indeed, after looking at the code, the difference arose between versions 1.16 and 2.0. However, I can't use gsl_multifit_linear because I also need the rank to compute the unbiased estimate of the error variance, as well as the p value. The rank was returned

Re: [Help-gsl] change in gsl_multifit_linear_svd

2016-09-22 Thread Mohammad Akhlaghi
On 09/21/2016 09:10 PM, Timothée Flutre wrote: Moreover, does someone know how I can use conditionals with the Autotools (via ./configure) so that, if the user has GSL <= 1.16, the compiled code uses gsl_multifit_linear_svd whereas if the user has GSL >= 2.0 the compiled code uses

Re: [Help-gsl] change in gsl_multifit_linear_svd

2016-09-21 Thread Patrick Alken
The linear least squares code was rewritten (I think prior to 2.0) so its possible that the svd routine changed, but I don't remember exactly what the change was! If there was an API change it should have been done prior to 2.0 (which was the reason for jumping to 2.0 instead of 1.17). Sorry for