Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
I am try to use the Eigen library to create splines. However once I create a spline, I don't know …