cubic-spline-interpolation
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:An example of wrapping GSL's stuff with ctypes
1D Cubic spline interpolation
=====================

A simple example of using some of `GSL's `_ C functionality.

Also, its hella faster and costs less memory than `Scipy's `_ equivalent.

Run
-------

Edit ``setup.py`` to point to your GSL libraries, etc.  Then,

::

    python setup.py build_ext --inplace

For the example,

::

    python demo.py



``demo.png`` should look something like:

.. image:: https://raw.github.com/rossfadely/cubic-spline-interpolation/master/demo.png

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。