gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Scientific Library branch, master, updated. release-1-0-2857-g


From: Patrick Alken
Subject: [SCM] GNU Scientific Library branch, master, updated. release-1-0-2857-g5cb5f0f
Date: Tue, 14 Jul 2020 02:40:46 -0400 (EDT)

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  5cb5f0f130ffbc5f39972b61a3ec9c9e3f666b66 (commit)
      from  4b030a2a71cd6dcb7e9de5545642203e90d7c905 (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 5cb5f0f130ffbc5f39972b61a3ec9c9e3f666b66
Author: Patrick Alken <alken@colorado.edu>
Date:   Tue Jul 14 00:40:15 2020 -0600

    banded LU decomposition and solve; initial work on banded QR

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

Summary of changes:
 doc/spmatrix.rst       |   2 +
 linalg/Makefile.am     |   4 +-
 linalg/gsl_linalg.h    |  21 +++
 linalg/lu_band.c       | 368 +++++++++++++++++++++++++++++++++++++++++++++++++
 linalg/test.c          |   7 +
 linalg/test_cholesky.c |   2 +-
 linalg/test_common.c   |  65 ++++++++-
 linalg/test_lu_band.c  | 180 ++++++++++++++++++++++++
 8 files changed, 645 insertions(+), 4 deletions(-)
 create mode 100644 linalg/lu_band.c
 create mode 100644 linalg/test_lu_band.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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