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 thex
value on thei
’th B-spline with orderk
and knot sequencet
. - bspldnev_
single_ dual2 - Evaluate the
m
’th order derivative of thex
value on thei
’th B-spline with orderk
and knot sequencet
. - bspldnev_
single_ f64 - Evaluate the
m
’th order derivative of thex
value on thei
’th B-spline with orderk
and knot sequencet
. - bsplev_
single_ dual - Evaluate the
x
value on thei
’th B-spline with orderk
and knot sequencet
. - bsplev_
single_ dual2 - Evaluate the
x
value on thei
’th B-spline with orderk
and knot sequencet
. - bsplev_
single_ f64 - Evaluate the
x
value on thei
’th B-spline with orderk
and knot sequencet
.