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 - nand order- m.- Output shape is - (n + 1, 2 * m + 1, ...). The entry at- (j, i)corresponds to degree- jand order- ifor all- 0 <= j <= nand- -m <= i <= m.- See also