scipy.special.sph_harm_y_all — SciPy v1.15.2 Manual (original) (raw)
scipy.special.sph_harm_y_all(n, m, theta, phi, *, diff_n=0) = <scipy.special._multiufuncs.MultiUFunc object>[source]#
All spherical harmonics up to the specified degree n
and order m
.
Output shape is (n + 1, 2 * m + 1, ...)
. The entry at (j, i)
corresponds to degree j
and order i
for all 0 <= j <= n
and -m <= i <= m
.
See also