Function rgsl::legendre::associated_polynomials::legendre_Plm_deriv_array
[−]
[src]
pub fn legendre_Plm_deriv_array(m: i32, x: f64, result_array: &mut [f64], result_deriv_array: &mut [f64]) -> Value
This function computes arrays of Legendre polynomials P_lm(x) and derivatives dP_lm(x)/dx, for m >= 0, l = |m|, ..., lmax, |x| <= 1.