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

This function computes arrays of normalized associated Legendre functions \sqrt{(2l+1)/(4\pi)} \sqrt{(l-m)!/(l+m)!} P_l^m(x), and derivatives, for m >= 0, l = |m|, …, lmax, |x| <= 1.0