splines2 0.4.3
New features
- Enabled extended knot sequence that allows multiplicity of internal knots for
B-splines, M-splines, I-splines, and C-splines in the C++ interface. - Added type conversion to
BernsteinPoly
andPeriodicMSpline
objects to the
C++ interface.
Minor changes
- Added testing examples for constructing spline basis functions via the C++
interface.