Skip to content
  • Liam M. Healy's avatar
    Use _tsvd instead of _svd functions · eeeda841
    Liam M. Healy authored
    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.
    eeeda841