8000 GitHub - Mattiapzz/Splines: Various Splines Interpolation classes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Mattiapzz/Splines

 
 

Repository files navigation

Splines

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

The library contains the following objects:

  • Univariate curve
    • Linear Spline
    • Akima spline
    • Bessel spline
    • Cubic spline
    • Hermite spline
    • Pchic non oscillatory spline
    • Quintic spline
  • Bivariate spline (surface)
    • Bilinear spline
    • Cubic
    • Quintic

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/

About

Various Splines Interpolation classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.3%
  • 35E9 MATLAB 9.9%
  • CSS 6.7%
  • Ruby 2.4%
  • CMake 1.6%
  • Perl 0.7%
  • Other 1.4%
0