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-2421-g1298d5e
Date: Mon, 22 Feb 2016 01:48:24 +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  1298d5ea04d5f36c9d8f8ba948e95ac0990ae42f (commit)
       via  b89412717430e35d0594dbce81e52c17c7734e63 (commit)
      from  52424d05e88dbacb2581f56032542584346d3225 (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 1298d5ea04d5f36c9d8f8ba948e95ac0990ae42f
Author: Patrick Alken <address@hidden>
Date:   Sun Feb 21 18:48:03 2016 -0700

    initial work on dogleg method for nonlinear least squares

commit b89412717430e35d0594dbce81e52c17c7734e63
Author: Patrick Alken <address@hidden>
Date:   Sat Feb 20 17:58:25 2016 -0700

    more work on trust region container

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

Summary of changes:
 doc/examples/nlfit.c                    |    2 +-
 doc/examples/nlfit.err                  |    2 +-
 doc/examples/nlfit2.c                   |    2 +-
 multifit_nlinear/Makefile.am            |    4 +-
 multifit_nlinear/common.c               |  112 -------
 multifit_nlinear/dogleg.c               |  527 +++++++++++++++++++++++++++++++
 multifit_nlinear/fdf.c                  |    4 +-
 multifit_nlinear/gsl_multifit_nlinear.h |   32 ++-
 multifit_nlinear/lm.c                   |  280 +++++------------
 multifit_nlinear/lmtrust.c              |  110 -------
 multifit_nlinear/normal.c               |   42 ++--
 multifit_nlinear/{lmqr.c => qr.c}       |   97 ++----
 multifit_nlinear/test.c                 |    5 +-
 multifit_nlinear/test_fdf.c             |   12 +-
 multifit_nlinear/trust.c                |   23 +-
 15 files changed, 709 insertions(+), 545 deletions(-)
 create mode 100644 multifit_nlinear/dogleg.c
 delete mode 100644 multifit_nlinear/lmtrust.c
 rename multifit_nlinear/{lmqr.c => qr.c} (71%)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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