scipy.special.legendre_p_all#

scipy.special.legendre_p_all(n, z, *, diff_n=0) = <scipy.special._multiufuncs.MultiUFunc object>[source]#

所有最高至指定阶数 n 的第一类勒让德多项式。

输出形状为 (n + 1, ...)。索引为 j 的条目对应于阶数 j,对于所有 0 <= j <= n

参见

legendre_p