pub fn legendre_Plm_array(m: i32, x: f64, result_array: &mut [f64]) -> Value
Expand description

This function computes arrays of Legendre polynomials P_l^m(x) and derivatives dP_l^m(x)/dx, for m >= 0, l = |m|, …, lmax, |x| <= 1.