- PPSplineF64.bsplev(x, i)#
Evaluate value of the i th b-spline at x coordinates.
Repeatedly applies
bsplev_single()
.Warning
The x coordinates supplied to this function are treated as float, or are converted to float. Therefore it does not guarantee the preservation of AD sensitivities.
- Parameters:
x (ndarray of float) – x-axis coordinates.
i (int) – The index of the b-spline to evaluate.
- Return type:
ndarray