scipy.special.sph_legendre_p_all# scipy.special.sph_legendre_p_all(n, m, theta, *, diff_n=0) = <scipy.special._multiufuncs.MultiUFunc 对象>[源代码]# 计算指定度数 n、阶数 m 以及最高阶导数 diff_n 的所有第一类球谐勒让德多项式。 输出形状为 (diff_n + 1, n + 1, 2 * m + 1, ...)。条目 (i, j, k) 对应于所有 0 <= i <= diff_n、0 <= j <= n 和 -m <= k <= m 的第 i 阶导数、j 度数和 k 阶数。 另请参阅 sph_legendre_p