pub fn legendre_Pl_deriv_array(
    x: f64,
    result_array: &mut [f64],
    result_deriv_array: &mut [f64]
) -> Value
Expand description

This function computes arrays of Legendre polynomials P_l(x) and derivatives dP_l(x)/dx, for l = 0, \dots, lmax, |x| <= 1