ebertolazzi / SplinesLinks
Various Splines Interpolation classes
☆144Updated last week
Alternatives and similar repositories for Splines
Users that are interested in Splines are comparing it to the libraries listed below
Sorting:
- Cubic B-Spline implementation in C++ templates☆98Updated 10 months ago
- A library to collect many useful spline functions into one place.☆284Updated 3 years ago
- Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB☆431Updated 2 years ago
- Fast arbitrary dimension linear interpolation in C++☆105Updated last year
- Fast and lightweight class for Bezier curves of any order in C++☆104Updated 3 weeks ago
- matplotlib-cpp with Eigen interfaces.☆56Updated 4 years ago
- A C++ interface to formulate and solve linear, quadratic and second order cone problems.☆158Updated 3 years ago
- C++ headers for mapping values to colors and creating PPM images from them☆60Updated 2 years ago
- C++ utility for parsing/evaluating matrix math equations input at run time in a format similar to MATLAB (requires Eigen for matrix math)…☆65Updated 5 years ago
- Source repository for OOQP, a quadratic programming solver (and more)☆78Updated 8 years ago
- A single header-only C++ library for least squares fitting.☆107Updated last year
- Eigen based C++11 implementation of cubic spline approximation (smoothing)☆37Updated last year
- A nano spline library in modern C++.☆120Updated 7 months ago
- Computes the Savitzky-Golay Filter coefficients.☆111Updated 3 years ago
- ☆124Updated last month
- C++11 multivariate normal distribution sampling using Eigen matrices☆72Updated 3 years ago
- Gaussian process library for machine learning☆118Updated last month
- RobOptim Core Layer: interface and basic mathematical tools☆66Updated 2 months ago
- A C++ library for interpolation.☆232Updated last week
- C++ facility for natural cubic spline interpolation in 1D, 2D, and 3D.☆37Updated 10 years ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆74Updated 2 years ago
- Two c++ header libs: Eigen matrices to matlab .mat files using 'matio' library, and a Mex wrapper for Eigen matrices.☆39Updated 6 years ago
- c++ cubic spline library☆792Updated 2 years ago
- Fitting cubic spline curve to 2d points☆145Updated 4 years ago
- Curve fitting based on Schneider's algorithm. Written using C++11 and OpenSceneGraph (visualization)☆102Updated 8 years ago
- A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.☆66Updated 3 months ago
- A library of curves for estimation.☆74Updated 5 years ago
- Control in C++☆26Updated 4 years ago
- A C++ Algorithmic Differentiation Package: Home Page