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,
    result: &mut f64
) -> Value

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.