Function rgsl::interpolation::eval_integ_e[][src]

pub fn eval_integ_e(
    interp: &Interp,
    xa: &[f64],
    ya: &[f64],
    a: f64,
    b: f64,
    acc: &mut InterpAccel
) -> (Value, f64)
Expand description

This function returns the numerical integral result of an interpolated function over the range [a, b], using the interpolation object interp, data arrays xa and ya and the accelerator acc.

Returns (Value, result).