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-2793-g9a2291e
Date: Sun, 26 May 2019 18:12:36 -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  9a2291e3fa6dd467593dc46c86ab46d8fd5cc162 (commit)
      from  c946071210373e868a3fdc924de3f1d55969d9dd (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 9a2291e3fa6dd467593dc46c86ab46d8fd5cc162
Author: Patrick Alken <address@hidden>
Date:   Sun May 26 16:12:16 2019 -0600

    implement block Cholesky and make it default; add gsl_spmatrix_min_index()

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

Summary of changes:
 NEWS                                |   6 ++
 doc/linalg.rst                      |  16 ++++-
 doc/spmatrix.rst                    |   8 +++
 linalg/cholesky.c                   | 116 ++++++++++++++++++++++++++++++++----
 linalg/gsl_linalg.h                 |   2 +
 linalg/hessenberg.c                 |  11 ----
 linalg/test_cholesky.c              |   2 +-
 spmatrix/Makefile.am                |   4 +-
 spmatrix/TODO                       |   4 +-
 spmatrix/gsl_spmatrix_char.h        |   6 +-
 spmatrix/gsl_spmatrix_double.h      |   6 +-
 spmatrix/gsl_spmatrix_float.h       |   6 +-
 spmatrix/gsl_spmatrix_int.h         |   6 +-
 spmatrix/gsl_spmatrix_long.h        |   6 +-
 spmatrix/gsl_spmatrix_long_double.h |   6 +-
 spmatrix/gsl_spmatrix_short.h       |   6 +-
 spmatrix/gsl_spmatrix_uchar.h       |   6 +-
 spmatrix/gsl_spmatrix_uint.h        |   6 +-
 spmatrix/gsl_spmatrix_ulong.h       |   6 +-
 spmatrix/gsl_spmatrix_ushort.h      |   6 +-
 spmatrix/oper_source.c              |  32 ----------
 spmatrix/test_source.c              |  16 ++++-
 22 files changed, 210 insertions(+), 73 deletions(-)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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