PPSplineF64.ppdnev_single_dual(x, m)#

Evaluate a single x coordinate derivative from the right on the pp spline.

Parameters:
  • x (Dual) – The x-axis value at which to evaluate value.

  • m (int) – The order of derivative to calculate value for.

Return type:

Dual

Notes

This function guarantees preservation of accurate AD Dual sensitivities.