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


From: Patrick Alken
Subject: [SCM] GNU Scientific Library branch, master, updated. release-1-0-2868-g3f46af7
Date: Mon, 9 Nov 2020 14:47:07 -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  3f46af74594d002b7a527866d6cfa07aad863b18 (commit)
      from  fee90d3b9b19eef4f3e27613a6227555c0072c7d (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 3f46af74594d002b7a527866d6cfa07aad863b18
Author: Patrick Alken <alken@colorado.edu>
Date:   Mon Nov 9 12:46:46 2020 -0700

    add gsl_linalg_QR_{TT,TZ}_decomp functions

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

Summary of changes:
 NEWS                        |   2 +
 doc/linalg.rst              | 124 +++++++++++++++++++++++--
 linalg/Makefile.am          |   2 +-
 linalg/gsl_linalg.h         |   8 ++
 linalg/{qr_tr.c => qr_tt.c} | 139 +++++++++++++++-------------
 linalg/{qr_tr.c => qr_tz.c} | 106 ++++++++++++++--------
 linalg/test.c               |   2 +
 linalg/test_qr.c            | 214 +++++++++++++++++++++++++++++++++++++++++++-
 8 files changed, 489 insertions(+), 108 deletions(-)
 copy linalg/{qr_tr.c => qr_tt.c} (55%)
 copy linalg/{qr_tr.c => qr_tz.c} (62%)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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