ebertolazzi / Splines

Various Splines Interpolation classes
Other
140 stars 23 forks source link

Splines

Splines is a set of C++ classes (with MATLAB mex interface) which implements various spline interpolation.

The library contains the following objects:

Library is written in C++11 with a MATLAB mex interface. Thus can be used in fast compiled application or in MATLAB scripts.

To compile the C++11 library the easy way require cmake and rake

ruby setup.rb

then

rake

for more details see: online documentation at http://ebertolazzi.github.io/Splines/