Expand description
Toolset to create one dimensional spline curves.
Structs§
- PPSpline
- A piecewise polynomial spline of given order and knot sequence.
- PPSpline
Dual - Definitive Dual type variant of a PPSpline.
- PPSpline
Dual2 - Definitive Dual2 type variant of a PPSpline.
- PPSpline
F64 - Definitive f64 type variant of a PPSpline.
Functions§
- bspldnev_
single_ dual - Evaluate the
m’th order derivative of thexvalue on thei’th B-spline with orderkand knot sequencet. - bspldnev_
single_ dual2 - Evaluate the
m’th order derivative of thexvalue on thei’th B-spline with orderkand knot sequencet. - bspldnev_
single_ f64 - Evaluate the
m’th order derivative of thexvalue on thei’th B-spline with orderkand knot sequencet. - bsplev_
single_ dual - Evaluate the
xvalue on thei’th B-spline with orderkand knot sequencet. - bsplev_
single_ dual2 - Evaluate the
xvalue on thei’th B-spline with orderkand knot sequencet. - bsplev_
single_ f64 - Evaluate the
xvalue on thei’th B-spline with orderkand knot sequencet.