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, master, updated. release-


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-1-0-2777-gb39a3a7
Date: Sun, 30 Dec 2018 19:19:33 -0500 (EST)

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, master has been updated
       via  b39a3a7370df5c627bb0d46e12eaee4abeff633a (commit)
       via  6dc388b51a7d5cf4843f46561e10dfbae4ffaaa3 (commit)
      from  86c28e79e030ce5b6cf26013368f025d5916edf9 (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 b39a3a7370df5c627bb0d46e12eaee4abeff633a
Author: Patrick Alken <address@hidden>
Date:   Sun Dec 30 17:19:13 2018 -0700

    minor fix

commit 6dc388b51a7d5cf4843f46561e10dfbae4ffaaa3
Author: Patrick Alken <address@hidden>
Date:   Sun Dec 30 17:18:27 2018 -0700

    add un-pivoted L D L^T decomposition

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

Summary of changes:
 NEWS                   |   2 +
 doc/integration.rst    |   2 +-
 doc/linalg.rst         |  55 +++++++++++++--
 linalg/Makefile.am     |   4 +-
 linalg/gsl_linalg.h    |   8 +++
 linalg/ldlt.c          | 169 ++++++++++++++++++++++++++++++++++++++++++++++
 linalg/pcholesky.c     |   2 +-
 linalg/test.c          |   5 ++
 linalg/test_cholesky.c |   2 -
 linalg/test_ldlt.c     | 180 +++++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 419 insertions(+), 10 deletions(-)
 create mode 100644 linalg/ldlt.c
 create mode 100644 linalg/test_ldlt.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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