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-2664-g7f2ab6e
Date: Mon, 22 May 2017 06:01: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  7f2ab6e817dfe6227234f4a76274a1351655f174 (commit)
       via  5069dd6b0ad7ab36cd90b10c05b314371ce9e760 (commit)
       via  d19f69ece7dd3239bd4e5109a3d6b2bfef0dae73 (commit)
       via  d0a4fdf81cbcbf4ffa7c6f9a5454662c43550608 (commit)
       via  9b2afdd062664fbe87114007d67241224af5c1d2 (commit)
       via  7faa080d2321a3d9255c9a52b60bd55c393eef15 (commit)
       via  c9192cf0c2e92dfe74feafd781607ca602c631d3 (commit)
       via  2acf767fa56ff9f9775c5db21aeaf8c0bb390528 (commit)
       via  f6149e004c864f29368a041d795f840d10d7f8fd (commit)
      from  ab3329a80e37ce643964ebdd3f9380cfc34dbf33 (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 7f2ab6e817dfe6227234f4a76274a1351655f174
Author: Patrick Alken <address@hidden>
Date:   Mon May 22 04:01:15 2017 -0600

    minor update

commit 5069dd6b0ad7ab36cd90b10c05b314371ce9e760
Merge: ab3329a d19f69e
Author: Patrick Alken <address@hidden>
Date:   Mon May 22 03:59:54 2017 -0600

    Merge branch 'iqpack'

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

Summary of changes:
 NEWS                                      |   3 +
 integration/Makefile.am                   |   2 +-
 integration/{hermite.c => chebyshev.c}    | 138 +++---
 integration/{hermite.c => chebyshev2.c}   | 136 +++---
 integration/{laguerre.c => exponential.c} | 142 +++---
 integration/fixed.c                       | 782 +++++++++++++++---------------
 integration/gegenbauer.c                  |  84 ++++
 integration/gsl_integration.h             |  35 +-
 integration/hermite.c                     | 136 +++---
 integration/jacobi.c                      |  87 ++++
 integration/laguerre.c                    | 136 +++---
 integration/{laguerre.c => legendre.c}    | 132 ++---
 integration/rational.c                    |  96 ++++
 integration/test.c                        | 243 +++++++---
 14 files changed, 1343 insertions(+), 809 deletions(-)
 copy integration/{hermite.c => chebyshev.c} (54%)
 copy integration/{hermite.c => chebyshev2.c} (56%)
 copy integration/{laguerre.c => exponential.c} (51%)
 create mode 100644 integration/gegenbauer.c
 create mode 100644 integration/jacobi.c
 copy integration/{laguerre.c => legendre.c} (60%)
 create mode 100644 integration/rational.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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