scipy.special.sph_legendre_p_all#
- scipy.special.sph_legendre_p_all(n, m, theta, *, diff_n=0) = <scipy.special._multiufuncs.MultiUFunc object>[source]#
All spherical Legendre polynomials of the first kind up to the specified degree
n
and orderm
.Output shape is
(n + 1, 2 * m + 1, ...)
. The entry at(j, i)
corresponds to degreej
and orderi
for all0 <= j <= n
and-m <= i <= m
.See also