Cubic Hermite#
- 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.