Skip to content

rossfadely/cubic-spline-interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

About

An example of wrapping GSL's stuff with ctypes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published