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-2419-g52424d0
Date: Sat, 20 Feb 2016 20:56:50 +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  52424d05e88dbacb2581f56032542584346d3225 (commit)
      from  b0afa6b89c7212c26f0f9dd50cc1e98cc9e0eb43 (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 52424d05e88dbacb2581f56032542584346d3225
Author: Patrick Alken <address@hidden>
Date:   Sat Feb 20 13:56:11 2016 -0700

    initial work on more general framework for nonlinear least squares

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

Summary of changes:
 doc/multifit-nlinear.texi                   |    2 +-
 multifit_nlinear/Makefile.am                |    7 +-
 multifit_nlinear/{lmmisc.c => common.c}     |   28 +--
 multifit_nlinear/fdf.c                      |    5 +-
 multifit_nlinear/gsl_multifit_nlinear.h     |   40 +++-
 multifit_nlinear/lm.c                       |  307 +++++++++++++++++-------
 multifit_nlinear/lmtrust.c                  |    2 +-
 multifit_nlinear/{lmnielsen.c => nielsen.c} |    9 +
 multifit_nlinear/{lmnormal.c => normal.c}   |   90 ++++---
 multifit_nlinear/{lmdiag.c => scaling.c}    |   25 ++-
 multifit_nlinear/test.c                     |    2 +
 multifit_nlinear/test_fdf.c                 |   10 +-
 multifit_nlinear/trust.c                    |  346 +++++++++++++++++++++++++++
 13 files changed, 705 insertions(+), 168 deletions(-)
 rename multifit_nlinear/{lmmisc.c => common.c} (83%)
 rename multifit_nlinear/{lmnielsen.c => nielsen.c} (94%)
 rename multifit_nlinear/{lmnormal.c => normal.c} (80%)
 rename multifit_nlinear/{lmdiag.c => scaling.c} (85%)
 create mode 100644 multifit_nlinear/trust.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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