Expand description
Public spline evaluation helpers for generated density function code.
These operate on raw data (slices, scalars) rather than the CubicSpline
struct, so generated code can call them with statically embedded spline data.
Functionsยง
- evaluate_
spline - Evaluate a spline defined by static data arrays.
- find_
interval - Binary search to find the interval start: largest
iwherelocations[i] <= input. - hermite_
interpolate - Hermite cubic interpolation between two adjacent spline points.