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


From: Patrick Alken
Subject: [SCM] GNU Scientific Library branch, master, updated. release-1-0-2851-g7270038
Date: Sun, 7 Jun 2020 23:28:02 -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  7270038991159ef76c941a028d077d4e2988470b (commit)
      from  28001e1b43b2444c5ec3d6af6179177502701a0a (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 7270038991159ef76c941a028d077d4e2988470b
Author: Patrick Alken <alken@colorado.edu>
Date:   Sun Jun 7 21:27:37 2020 -0600

    add complex recursive QR decomposition

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

Summary of changes:
 NEWS                                    |   3 +-
 doc/linalg.rst                          | 161 ++++---
 doc/vectors.rst                         |   7 +
 linalg/Makefile.am                      |   2 +-
 linalg/gsl_linalg.h                     |  14 +
 linalg/householdercomplex.c             |   2 +-
 linalg/rqrc.c                           | 828 ++++++++++++++++++++++++++++++++
 linalg/test.c                           |   4 +
 linalg/test_ldlt.c                      |   2 +-
 linalg/test_qr.c                        |   2 +-
 linalg/test_qrc.c                       | 263 +++++++++-
 matrix/Makefile.am                      |   2 +-
 matrix/gsl_matrix_complex_double.h      |   2 +
 matrix/gsl_matrix_complex_float.h       |   2 +
 matrix/gsl_matrix_complex_long_double.h |   2 +
 matrix/swap.c                           |   3 +
 matrix/swap_complex_source.c            |  51 ++
 matrix/test_complex_source.c            |  23 +
 18 files changed, 1288 insertions(+), 85 deletions(-)
 create mode 100644 linalg/rqrc.c
 create mode 100644 matrix/swap_complex_source.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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