gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-1-0-2799-g08fbc27
Date: Wed, 29 May 2019 14:17:12 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Scientific Library".

The branch, master has been updated
       via  08fbc2745bb6e0bac86958a3a801aeccc548356b (commit)
      from  c334bb2edfe3f438e76ece24b8b0253c9306e380 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 08fbc2745bb6e0bac86958a3a801aeccc548356b
Author: Patrick Alken <address@hidden>
Date:   Wed May 29 12:16:52 2019 -0600

    update nonlinear least squares module to use new Level 3 BLAS cholesky

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                           |  4 ++
 doc/nls.rst                                    | 23 +++++++
 multifit_nlinear/Makefile.am                   |  2 +-
 multifit_nlinear/cholesky.c                    | 25 ++-----
 multifit_nlinear/gsl_multifit_nlinear.h        |  1 +
 multifit_nlinear/{cholesky.c => mcholesky.c}   | 82 +++++++++++------------
 multifit_nlinear/test.c                        | 14 ++--
 multilarge_nlinear/Makefile.am                 |  2 +-
 multilarge_nlinear/cholesky.c                  | 36 ++++------
 multilarge_nlinear/common.c                    |  3 +-
 multilarge_nlinear/fdf.c                       |  7 +-
 multilarge_nlinear/gsl_multilarge_nlinear.h    |  1 +
 multilarge_nlinear/{cholesky.c => mcholesky.c} | 92 +++++++++++++-------------
 multilarge_nlinear/test.c                      |  6 ++
 14 files changed, 160 insertions(+), 138 deletions(-)
 copy multifit_nlinear/{cholesky.c => mcholesky.c} (74%)
 copy multilarge_nlinear/{cholesky.c => mcholesky.c} (73%)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]