gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Scientific Library branch, master, updated. release-1-0-2932-g


From: Patrick Alken
Subject: [SCM] GNU Scientific Library branch, master, updated. release-1-0-2932-gdc40e9ad
Date: Mon, 24 Oct 2022 17:07:55 -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  dc40e9ad67f744bbea356786965f8f5ab8e2e848 (commit)
      from  b32e1967a26a57cc3cfc906a9c83ac4b057e4c07 (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 dc40e9ad67f744bbea356786965f8f5ab8e2e848
Author: Patrick Alken <alken@colorado.edu>
Date:   Mon Oct 24 15:07:41 2022 -0600

    add routines for Hermite B-spline interpolation

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

Summary of changes:
 NEWS                  |   2 +
 bspline/Makefile.am   |   2 +-
 bspline/bspline.c     | 149 -----------------------
 bspline/gsl_bspline.h |  16 ++-
 bspline/interp.c      | 319 ++++++++++++++++++++++++++++++++++++++++++++++++++
 bspline/test.c        |   2 +-
 bspline/test_interp.c |  44 ++++++-
 doc/bspline.rst       |  57 +++++++++
 8 files changed, 431 insertions(+), 160 deletions(-)
 create mode 100644 bspline/interp.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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