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, interp2d, updated. releas


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, interp2d, updated. release-1-0-2157-gab5c440
Date: Fri, 21 Mar 2014 20:07:50 +0000

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, interp2d has been updated
       via  ab5c440df0b781080302e61ab73ec0811a4f7150 (commit)
       via  2b7b9cea42ce07ccede570a214ead2aa6304083d (commit)
      from  2fb9bb6e5620562ba79849aca5a1136916e10cde (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 ab5c440df0b781080302e61ab73ec0811a4f7150
Author: Patrick Alken <address@hidden>
Date:   Fri Mar 21 14:07:32 2014 -0600

    add spline2d high level interface + tests

commit 2b7b9cea42ce07ccede570a214ead2aa6304083d
Author: Patrick Alken <address@hidden>
Date:   Fri Mar 21 10:08:56 2014 -0600

    added bicubic + tests

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

Summary of changes:
 interpolation/Makefile.am    |    4 +-
 interpolation/bicubic.c      |  796 ++++++++++++++++++++++++++++++++++++++++++
 interpolation/bilinear.c     |    1 -
 interpolation/gsl_spline2d.h |  108 ++++++
 interpolation/spline2d.c     |  227 ++++++++++++
 interpolation/test.c         |    4 +
 interpolation/test2d.c       |  361 +++++++++++++++++++
 7 files changed, 1498 insertions(+), 3 deletions(-)
 create mode 100644 interpolation/bicubic.c
 create mode 100644 interpolation/gsl_spline2d.h
 create mode 100644 interpolation/spline2d.c
 create mode 100644 interpolation/test2d.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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