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-2844-g


From: Patrick Alken
Subject: [SCM] GNU Scientific Library branch, master, updated. release-1-0-2844-ga920370
Date: Sun, 1 Dec 2019 00:53:45 -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  a9203701324817dc814f7cb2077f833764dd1ae2 (commit)
      from  d2a8ac870e800630fa597351d7350f8e040d0173 (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 a9203701324817dc814f7cb2077f833764dd1ae2
Author: Patrick Alken <address@hidden>
Date:   Sat Nov 30 22:53:28 2019 -0700

    add routines for QL decomposition; some cleanup

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

Summary of changes:
 NEWS                 |   2 +
 doc/linalg.rst       |  53 ++++++++++++++++
 linalg/Makefile.am   |   4 +-
 linalg/bidiag.c      |  11 +++-
 linalg/cod.c         |   5 ++
 linalg/gsl_linalg.h  |   7 +++
 linalg/hermtd.c      |   4 --
 linalg/householder.c |  74 +++++++++++++++++++---
 linalg/ql.c          | 173 +++++++++++++++++++++++++++++++++++++++++++++++++++
 linalg/symmtd.c      |   5 +-
 linalg/test.c        |   3 +
 linalg/test_cod.c    |   2 +-
 linalg/test_ql.c     | 103 ++++++++++++++++++++++++++++++
 13 files changed, 427 insertions(+), 19 deletions(-)
 create mode 100644 linalg/ql.c
 create mode 100644 linalg/test_ql.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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