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-2440-g1965649
Date: Wed, 30 Mar 2016 21:37:59 +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  1965649bbd1ade0308a3d26319a0c48be417cb3c (commit)
       via  b3093c75a756074b4b9cabb575d5cf27dc722e24 (commit)
       via  902fb7f99173fe0253dd9841e6714510e9a32c1e (commit)
      from  c50aa249c910d3d7e35ef94bef262b306a7f2eaf (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 1965649bbd1ade0308a3d26319a0c48be417cb3c
Author: Patrick Alken <address@hidden>
Date:   Wed Mar 30 15:37:43 2016 -0600

    use modified Cholesky in normal equations solver for nonlinear least squares

commit b3093c75a756074b4b9cabb575d5cf27dc722e24
Author: Patrick Alken <address@hidden>
Date:   Wed Mar 30 14:40:52 2016 -0600

    initial work on Modified Cholesky (gsl_linalg_mcholesky)

commit 902fb7f99173fe0253dd9841e6714510e9a32c1e
Author: Patrick Alken <address@hidden>
Date:   Sat Mar 26 14:01:56 2016 -0600

    add scaled versions of pcholesky routines

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

Summary of changes:
 NEWS                      |    9 +-
 doc/linalg.texi           |   75 +++++++---
 linalg/cholesky.c         |  115 +++++++++------
 linalg/gsl_linalg.h       |   53 ++++++-
 linalg/mcholesky.c        |  356 +++++++++++++++++++++++++++++++++++++++++++++
 linalg/pcholesky.c        |  122 +++++++++++++++
 linalg/test_cholesky.c    |  271 ++++++++++++++++++++++++++++-------
 multifit_nlinear/normal.c |  138 +++++-------------
 multifit_nlinear/test.c   |   11 +-
 9 files changed, 922 insertions(+), 228 deletions(-)
 create mode 100644 linalg/mcholesky.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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