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-2833-g0618c30
Date: Sat, 27 Jul 2019 21:52:22 -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  0618c303638f9f1002dd839b231048140c34e4bc (commit)
      from  d7b2524a46160d70f76145f446ae0974e587df42 (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 0618c303638f9f1002dd839b231048140c34e4bc
Author: Patrick Alken <address@hidden>
Date:   Sat Jul 27 19:51:56 2019 -0600

    remove gsl_vector_memcpy_scale; replace with gsl_vector_daxpby

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

Summary of changes:
 NEWS                                    |  2 +-
 contrib/hess.c                          | 42 --------------------
 doc/vectors.rst                         | 12 +++---
 linalg/bidiag.c                         | 19 +++------
 linalg/test.c                           |  4 --
 vector/Makefile.am                      |  2 +-
 vector/copy.c                           |  1 +
 vector/copy_source.c                    | 37 ++++--------------
 vector/gsl_vector_char.h                |  5 +--
 vector/gsl_vector_complex_double.h      |  1 +
 vector/gsl_vector_complex_float.h       |  1 +
 vector/gsl_vector_complex_long_double.h |  1 +
 vector/gsl_vector_double.h              |  3 +-
 vector/gsl_vector_float.h               |  5 +--
 vector/gsl_vector_int.h                 |  5 +--
 vector/gsl_vector_long.h                |  5 +--
 vector/gsl_vector_long_double.h         |  5 +--
 vector/gsl_vector_short.h               |  5 +--
 vector/gsl_vector_uchar.h               |  5 +--
 vector/gsl_vector_uint.h                |  5 +--
 vector/gsl_vector_ulong.h               |  5 +--
 vector/gsl_vector_ushort.h              |  5 +--
 vector/oper.c                           |  1 +
 vector/oper_complex_source.c            | 68 +++++++++++++++++++++++++++++++++
 vector/oper_source.c                    | 55 +++++++++++++++++++++++++-
 vector/test_complex_source.c            | 27 +++++++++++++
 vector/test_source.c                    |  9 +++--
 27 files changed, 200 insertions(+), 135 deletions(-)
 delete mode 100644 contrib/hess.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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