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, movstat, updated. release


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, movstat, updated. release-1-0-2712-ge951d02
Date: Sat, 31 Mar 2018 18:30:06 -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, movstat has been updated
       via  e951d020320e410c9e6920ea3ef79b482386ef92 (commit)
      from  360e8feb837d25e38e1c7aee98c102ee6451bf5f (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 e951d020320e410c9e6920ea3ef79b482386ef92
Author: Patrick Alken <address@hidden>
Date:   Sat Mar 31 16:29:51 2018 -0600

    add gsl_movstat_sum() and related routines

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

Summary of changes:
 doc/filter.rst                    |  11 +--
 doc/movstat.rst                   |   4 +-
 doc/statistics.rst                |   2 +
 filter/gsl_filter.h               |   3 +-
 filter/impulse.c                  |  21 ++++--
 movstat/Makefile.am               |   2 +-
 movstat/alloc.c                   |  19 +++++
 movstat/gsl_movstat.h             |   4 ++
 movstat/{movmedian.c => movsum.c} |  36 +++++-----
 movstat/ringbuf.c                 | 145 ++++++++++++++++++++++++++++++++++++++
 movstat/sumacc.c                  |  94 ++++++++++++++++++++++++
 movstat/test.c                    |   2 +
 movstat/test_sum.c                | 143 +++++++++++++++++++++++++++++++++++++
 13 files changed, 455 insertions(+), 31 deletions(-)
 copy movstat/{movmedian.c => movsum.c} (75%)
 create mode 100644 movstat/ringbuf.c
 create mode 100644 movstat/sumacc.c
 create mode 100644 movstat/test_sum.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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