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-2451-g56c8394
Date: Tue, 21 Jun 2016 22:50:55 +0000 (UTC)

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  56c8394b2790ea3b0cf2c436a1fd85b73cdf375d (commit)
      from  fa20dc92e30c5c13e32f11fb39cbf5ed54ac3d05 (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 56c8394b2790ea3b0cf2c436a1fd85b73cdf375d
Author: Patrick Alken <address@hidden>
Date:   Tue Jun 21 16:50:39 2016 -0600

    initial work on COD decomposition; other updates

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

Summary of changes:
 NEWS                                    |    2 +
 doc/permutation.texi                    |    9 +
 linalg/Makefile.am                      |   10 +-
 linalg/cod.c                            |  591 +++++++++++++++++++++++++++++++
 linalg/gsl_linalg.h                     |   15 +
 linalg/test.c                           |  241 ++++++++-----
 linalg/test_cholesky.c                  |   32 +-
 multifit_nlinear/cholesky.c             |   96 +++--
 multifit_nlinear/common.c               |   48 +++
 multifit_nlinear/dogleg.c               |    1 -
 multifit_nlinear/gsl_multifit_nlinear.h |    4 +-
 multifit_nlinear/lm.c                   |    2 -
 multifit_nlinear/qr.c                   |  114 ++++--
 multifit_nlinear/subspace2D.c           |    7 +-
 multifit_nlinear/svd.c                  |   10 +-
 multifit_nlinear/test.c                 |    6 +-
 multifit_nlinear/test_fdf.c             |    8 +
 multifit_nlinear/trust.c                |    2 +-
 permutation/permute.c                   |    2 +
 permutation/permute_source.c            |   22 ++
 20 files changed, 1016 insertions(+), 206 deletions(-)
 create mode 100644 linalg/cod.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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