Function rgsl::interpolation::eval_deriv_e
source · [−]pub fn eval_deriv_e(
interp: &Interp,
xa: &[f64],
ya: &[f64],
x: f64,
acc: &mut InterpAccel
) -> (Value, f64)
Expand description
This function returns the derivative d of an interpolated function for a given point x, using the interpolation object interp, data arrays xa and ya and the accelerator acc.
Returns (Value, d)
.