Search code examples
c++spline

Are there any good libraries for solving cubic splines in C++?


I'm looking for a good C++ library to give me functions to solve for large cubic splines (on the order of 1000 points) anyone know one?


Solution

  • Try the Cubic B-Spline library:

    and ALGLIB: