Function rgsl::polynomials::divided_difference_representation::poly_dd_eval [] [src]

pub fn poly_dd_eval(dd: &[f64], xa: &[f64], x: f64) -> f64

This function evaluates the polynomial stored in divided-difference form in the arrays dd and xa of length size at the point x.