Use _tsvd instead of _svd functions
Apparently, the linear least squares functions gsl_multifit_linear_svd and gsl_multifit_wlinear_svd were replaced by gsl_multifit_linear_tsvd and gsl_multifit_wlinear_tsvd respectively, even though the original function names still exist. This fixes a compilation problem.
Please register or sign in to comment