- PPSplineF64.ppdnev_single_dual2(x, m)#
Evaluate a single x coordinate derivative from the right on the pp spline.
- Parameters:
x (Dual2) – The x-axis value at which to evaluate value.
m (int) – The order of derivative to calculate value for.
- Return type:
Notes
This function guarantees preservation of accurate AD
Dual2
sensitivities.