BSpline
create and evaluate b-splines
Declaration
classdef BSpline < handle
Overview
The BSpline
Topics
- Initialization
BSpline
create a new BSpline instance
- Primary attributes
- Spline evalutation
C
piecewise polynomial coefficientsXtpp
splines at the points tppevaluateFromPPCoefficients
Returns the value of the function with derivative D represented by PP coefficients C at locations t.matrix
returns the basis splines of order K evaluated at point t, given knot points tKnot.ppCoefficientsFromSplineCoefficients
Returns the piecewise polynomial coefficients in matrix C from spline coefficients in vector m.t_pp
piece-wise polynomial break points
- Operations
- Utility
pointsOfSupport
this function assumes that the spline are terminated at the
- Other
splineCoefficientsDidChange
subsref
Subscript overloadtKnotDidChange