Top "Eigen3" questions

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

Eigen Spline interpolation - How to get spline y value at arbitray point x?

I am try to use the Eigen library to create splines. However once I create a spline, I don't know …

c++ spline eigen3