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


From: Patrick Alken
Subject: [SCM] GNU Scientific Library branch, master, updated. release-1-0-2850-g28001e1
Date: Wed, 3 Jun 2020 22:41:21 -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  28001e1b43b2444c5ec3d6af6179177502701a0a (commit)
      from  bb7f532c960936d2804e663045ea0a3c0560ec68 (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 28001e1b43b2444c5ec3d6af6179177502701a0a
Author: Patrick Alken <alken@colorado.edu>
Date:   Wed Jun 3 20:41:02 2020 -0600

    add complex QR decomposition (Christian Krueger)

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

Summary of changes:
 NEWS                        |   1 +
 doc/linalg.rst              |  38 ++---
 linalg/Makefile.am          |   4 +-
 linalg/gsl_linalg.h         |  22 +++
 linalg/householdercomplex.c |  50 ++++---
 linalg/qr.c                 |  51 ++++++-
 linalg/qrc.c                | 340 ++++++++++++++++++++++++++++++++++++++++++++
 linalg/test.c               |   6 +-
 linalg/test_cod.c           |   2 +-
 linalg/test_qr.c            |  18 +--
 linalg/test_qrc.c           | 247 ++++++++++++++++++++++++++++++++
 11 files changed, 726 insertions(+), 53 deletions(-)
 create mode 100644 linalg/qrc.c
 create mode 100644 linalg/test_qrc.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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