Function rgsl::polynomials::evaluation::poly_eval_derivs
[−]
[src]
pub fn poly_eval_derivs(c: &[f64], x: f64, res: &mut [f64]) -> Value
This function evaluates a polynomial and its derivatives storing the results in the array res of size lenres. The output array contains the values of dk P/d xk for the specified value of x starting with k = 0.