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-2837-g18a79d9
Date: Sat, 3 Aug 2019 17:18:43 -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  18a79d98081d83de5f6da579e7faebfe91373f0e (commit)
      from  04ca0899348c923e9a7b7451a64a785acc9deab0 (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 18a79d98081d83de5f6da579e7faebfe91373f0e
Author: Patrick Alken <address@hidden>
Date:   Sat Aug 3 15:18:18 2019 -0600

    add BLAS calls to matrix memcpy,tricpy,transpose_tricpy

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

Summary of changes:
 NEWS                                    |   8 ++
 linalg/cholesky.c                       |   6 +-
 linalg/cod.c                            |   4 +-
 linalg/mcholesky.c                      |   2 +-
 linalg/pcholesky.c                      |   6 +-
 linalg/rqr.c                            |   6 +-
 linalg/test_cholesky.c                  |  18 +--
 linalg/test_common.c                    |   2 +-
 linalg/test_ldlt.c                      |   6 +-
 linalg/test_qr.c                        |   4 +-
 matrix/Makefile.am                      |   4 +-
 matrix/copy.c                           |   3 +
 matrix/copy_source.c                    | 146 ++++++++++++++++++---
 matrix/gsl_matrix_char.h                |   5 +-
 matrix/gsl_matrix_complex_double.h      |   5 +-
 matrix/gsl_matrix_complex_float.h       |   5 +-
 matrix/gsl_matrix_complex_long_double.h |   5 +-
 matrix/gsl_matrix_double.h              |   5 +-
 matrix/gsl_matrix_float.h               |   5 +-
 matrix/gsl_matrix_int.h                 |   5 +-
 matrix/gsl_matrix_long.h                |   5 +-
 matrix/gsl_matrix_long_double.h         |   5 +-
 matrix/gsl_matrix_short.h               |   5 +-
 matrix/gsl_matrix_uchar.h               |   5 +-
 matrix/gsl_matrix_uint.h                |   5 +-
 matrix/gsl_matrix_ulong.h               |   5 +-
 matrix/gsl_matrix_ushort.h              |   5 +-
 matrix/swap.c                           |   2 +
 matrix/swap_source.c                    | 120 +++++++++++++++---
 matrix/test.c                           |  12 ++
 matrix/test_complex_source.c            | 216 ++++++++++++++++++++++++++++++++
 matrix/test_source.c                    | 185 ++++++++++++++++++++++++++-
 multifit/lmniel.c                       |   2 +-
 multifit/multireg.c                     |   2 +-
 multifit/test_shaw.c                    |   2 +-
 multifit_nlinear/cholesky.c             |  11 +-
 multifit_nlinear/mcholesky.c            |   4 +-
 multilarge/normal.c                     |   4 +-
 multilarge/tsqr.c                       |   2 +-
 multilarge_nlinear/cholesky.c           |   8 +-
 multilarge_nlinear/mcholesky.c          |   8 +-
 multilarge_nlinear/subspace2D.c         |   2 +-
 spmatrix/Makefile.am                    |   2 +-
 vector/copy_source.c                    |   8 ++
 44 files changed, 757 insertions(+), 118 deletions(-)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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