gsl-cvs
[Top][All Lists]
Advanced

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

[Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-1-0-2803-g3084f98
Date: Fri, 31 May 2019 16:01:28 -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  3084f9876cbbaa7b7c67e18dfc78bb298d8f1c43 (commit)
      from  04b15bb55a776c741d2d17a83e6094cba4c310df (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 3084f9876cbbaa7b7c67e18dfc78bb298d8f1c43
Author: Patrick Alken <address@hidden>
Date:   Fri May 31 14:01:01 2019 -0600

    Level 3 BLAS for complex Cholesky inversion

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

Summary of changes:
 NEWS                                    |   2 +-
 doc/linalg.rst                          |  20 ++-
 linalg/Makefile.am                      |   2 +-
 linalg/cholesky.c                       |   2 +-
 linalg/choleskyc.c                      |  83 ++----------
 linalg/gsl_linalg.h                     |   4 +
 linalg/invtri.c                         |  93 ++++++++-----
 linalg/invtri_complex.c                 | 225 ++++++++++++++++++++++++++++++++
 linalg/test.c                           | 124 +-----------------
 linalg/test_choleskyc.c                 |  63 +++++++++
 linalg/{trimult.c => trimult_complex.c} |  92 ++++++++-----
 11 files changed, 435 insertions(+), 275 deletions(-)
 create mode 100644 linalg/invtri_complex.c
 copy linalg/{trimult.c => trimult_complex.c} (51%)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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