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-2442-g7d99dac
Date: Sun, 03 Apr 2016 01:27:52 +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  7d99daca6a372bc4b5c81d2b5e52ee50a4c798fd (commit)
      from  2457d8241f121d72883dab1b20468e3d18d809ff (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 7d99daca6a372bc4b5c81d2b5e52ee50a4c798fd
Author: Patrick Alken <address@hidden>
Date:   Sat Apr 2 19:27:36 2016 -0600

    initial work on 2D subspace nonlinear least squares module

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

Summary of changes:
 doc/gsl-ref.texi                        |    2 +-
 doc/linalg.texi                         |   85 +++++
 doc/multifit-nlinear.texi               |   58 +++-
 linalg/gsl_linalg.h                     |    9 -
 linalg/mcholesky.c                      |   53 ---
 linalg/test_cholesky.c                  |   20 +-
 multifit_nlinear/Makefile.am            |    4 +-
 multifit_nlinear/dogleg.c               |   63 ++--
 multifit_nlinear/gsl_multifit_nlinear.h |    1 +
 multifit_nlinear/normal.c               |   16 +-
 multifit_nlinear/subspace2D.c           |  566 +++++++++++++++++++++++++++++++
 multifit_nlinear/test.c                 |    4 +-
 multifit_nlinear/test_fdf.c             |    2 +
 13 files changed, 730 insertions(+), 153 deletions(-)
 create mode 100644 multifit_nlinear/subspace2D.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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