scipy.special.assoc_legendre_p_all#
- scipy.special.assoc_legendre_p_all(n, m, z, *, branch_cut=2, norm=False, diff_n=0) = <scipy.special._multiufuncs.MultiUFunc object>[source]#
All associated Legendre polynomials of the first kind up to the specified degree
n, orderm, and all derivatives up to orderdiff_n.Output shape is
(diff_n + 1, n + 1, 2 * m + 1, ...). The entry at(i, j, k)corresponds to thei-th derivative, degreej, and orderkfor all0 <= i <= diff_n,0 <= j <= n, and-m <= k <= m.See also