CubicHermite#
- class splinebox.basis_functions.CubicHermite#
Basis function for a cubic Hermite spline.
For a detailed theoretical description, including the equation and a plot of the function, refer to the Cubic Hermite basis section in the documentation.
The constructor does not require any arguments.
For more information on the methods and attributes available in this class, please see the documentation for
splinebox.basis_functions.BasisFunction.Note: This is basis function is a
multigeneratorandevalreturns two values.Attributes
Methods
eval(t[, derivative])Evaluate the function at position(s) t.
The filter used to turn knots into control points for a closed spline.
The filter used to turn knots into control points for an open spline.
h31_autocorrelation(i, j, M)Derived by V.
Derived by V.
h32_autocorrelation(i, j, M)Derived by V.
Derived by V.
h3_crosscorrelation(i, j, M)Derived by V.
Derived by V.
This function is needed for local refinement (see [Badoual2016]).