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-2401-gb260731
Date: Wed, 06 Jan 2016 00:34:32 +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  b26073190ec401e48b18b280d9a3d20003261f12 (commit)
      from  83ea5776bd59c3ff65d5b4b349a8784c1b78bf3e (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 b26073190ec401e48b18b280d9a3d20003261f12
Author: Patrick Alken <address@hidden>
Date:   Tue Jan 5 17:34:01 2016 -0700

    more tests and cleanup of LM code

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

Summary of changes:
 doc/examples/nlfit2.c                      |    2 -
 doc/examples/nlfit2.err                    |   10 +-
 doc/examples/nlfit2.txt                    |   28 +--
 doc/multifit-nlinear.texi                  |   21 +-
 doc/nlfit2.eps                             |   54 ++----
 multifit_nlinear/Makefile.am               |    3 +-
 multifit_nlinear/fdf.c                     |    2 +-
 multifit_nlinear/gsl_multifit_nlinear.h    |   45 +++--
 multifit_nlinear/lm.c                      |  181 +++----------------
 multifit_nlinear/{lmsolve.c => lmnormal.c} |  240 +++++++++++-------------
 multifit_nlinear/lmqr.c                    |  282 ++++++++++++++++++++++++++++
 multifit_nlinear/test.c                    |   34 ++--
 multifit_nlinear/test_brown1.c             |    6 -
 multifit_nlinear/test_fdf.c                |   14 +-
 multifit_nlinear/test_penalty2.c           |   37 ++++
 15 files changed, 553 insertions(+), 406 deletions(-)
 rename multifit_nlinear/{lmsolve.c => lmnormal.c} (56%)
 create mode 100644 multifit_nlinear/lmqr.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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