Skip to content

splines2 0.4.3

Compare
Choose a tag to compare
@wenjie2wang wenjie2wang released this 21 Apr 12:35
· 147 commits to main since this release
c7bff8a

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 and PeriodicMSpline objects to the
    C++ interface.

Minor changes

  • Added testing examples for constructing spline basis functions via the C++
    interface.