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-2774-g3cd0a38
Date: Sun, 2 Dec 2018 12:47:10 -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  3cd0a38738f006cf309f1483184e44d11d400798 (commit)
      from  0c2b6b3231f1f35932d0592927da42073ea5ef72 (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 3cd0a38738f006cf309f1483184e44d11d400798
Author: Patrick Alken <address@hidden>
Date:   Sun Dec 2 10:46:19 2018 -0700

    add gsl_vector_memcpy_scale()

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

Summary of changes:
 NEWS                                        |   2 +
 doc/spmatrix.rst                            |  36 ++++---
 doc/vectors.rst                             |   7 ++
 spmatrix/TODO                               |   6 ++
 spmatrix/compress_source.c                  | 162 +++++++++++++++++-----------
 spmatrix/gsl_spmatrix_char.h                |  12 +--
 spmatrix/gsl_spmatrix_complex_double.h      |  12 +--
 spmatrix/gsl_spmatrix_complex_float.h       |  12 +--
 spmatrix/gsl_spmatrix_complex_long_double.h |  12 +--
 spmatrix/gsl_spmatrix_double.h              |  12 +--
 spmatrix/gsl_spmatrix_float.h               |  12 +--
 spmatrix/gsl_spmatrix_int.h                 |  12 +--
 spmatrix/gsl_spmatrix_long.h                |  12 +--
 spmatrix/gsl_spmatrix_long_double.h         |  12 +--
 spmatrix/gsl_spmatrix_short.h               |  12 +--
 spmatrix/gsl_spmatrix_uchar.h               |  12 +--
 spmatrix/gsl_spmatrix_uint.h                |  12 +--
 spmatrix/gsl_spmatrix_ulong.h               |  12 +--
 spmatrix/gsl_spmatrix_ushort.h              |  12 +--
 vector/copy_source.c                        |  32 ++++++
 vector/gsl_vector_char.h                    |   2 +
 vector/gsl_vector_double.h                  |   2 +
 vector/gsl_vector_float.h                   |   2 +
 vector/gsl_vector_int.h                     |   2 +
 vector/gsl_vector_long.h                    |   2 +
 vector/gsl_vector_long_double.h             |   2 +
 vector/gsl_vector_short.h                   |   2 +
 vector/gsl_vector_uchar.h                   |   2 +
 vector/gsl_vector_uint.h                    |   2 +
 vector/gsl_vector_ulong.h                   |   2 +
 vector/gsl_vector_ushort.h                  |   2 +
 vector/test_source.c                        |  25 ++++-
 32 files changed, 299 insertions(+), 161 deletions(-)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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