BSpline
create and evaluate b-splines
Declaration
classdef BSpline < handleOverview
The BSpline
Topics
- Initialization
    - BSplinecreate a new BSpline instance
 
- Primary attributes
- Spline evalutation
    - Cpiecewise polynomial coefficients
- Xtppsplines at the points tpp
- evaluateFromPPCoefficientsReturns the value of the function with derivative D represented by PP coefficients C at locations t.
- matrixreturns the basis splines of order K evaluated at point t, given knot points tKnot.
- ppCoefficientsFromSplineCoefficientsReturns the piecewise polynomial coefficients in matrix C from spline coefficients in vector m.
- t_pppiece-wise polynomial break points
 
- Operations
- Utility
    - pointsOfSupportthis function assumes that the spline are terminated at the
 
- Other
    - splineCoefficientsDidChange
- subsrefSubscript overload
- tKnotDidChange