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, multinlin, updated. relea


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, multinlin, updated. release-1-0-2423-g51cc993
Date: Wed, 24 Feb 2016 02:21:21 +0000

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, multinlin has been updated
       via  51cc993503d7ca37de82302c954674f2e26dcc6e (commit)
      from  7d31659d07b9d128bff086342ded9935a87e2ad8 (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 51cc993503d7ca37de82302c954674f2e26dcc6e
Author: Patrick Alken <address@hidden>
Date:   Tue Feb 23 19:21:06 2016 -0700

    initial work on CG Steihaug-Toint method

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

Summary of changes:
 doc/examples/Makefile.am                |    4 +-
 multifit_nlinear/Makefile.am            |    2 +-
 multifit_nlinear/cgst.c                 |  581 +++++++++++++++++++++++++++++++
 multifit_nlinear/common.c               |   42 +++-
 multifit_nlinear/dogleg.c               |   87 +++--
 multifit_nlinear/gsl_multifit_nlinear.h |    5 +-
 multifit_nlinear/lm.c                   |   19 +-
 multifit_nlinear/qr.c                   |   36 ++-
 multifit_nlinear/test.c                 |   57 +++-
 multifit_nlinear/test_fdf.c             |    3 +
 multifit_nlinear/trust.c                |   28 +-
 11 files changed, 780 insertions(+), 84 deletions(-)
 create mode 100644 multifit_nlinear/cgst.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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