scipy.special.sph_legendre_p_all# scipy.special.sph_legendre_p_all(n, m, theta, *, diff_n=0) = <scipy.special._multiufuncs.MultiUFunc object>[source]# 所有球勒让德多项式的第一类,直到指定的次数 n 和阶数 m。 输出形状为 (n + 1, 2 * m + 1, ...)。 (j, i) 处的条目对应于所有 0 <= j <= n 和 -m <= i <= m 的次数 j 和阶数 i。 参见 sph_legendre_p