{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _multiufuncs / assoc_legendre_p_all

MultiUFunc

scipy.special._multiufuncs:assoc_legendre_p_all

source: /scipy/special/_multiufuncs.py

Signature

def   assoc_legendre_p_all ( n m z * branch_cut = 2 norm = False diff_n = 0 )

Summary

All associated Legendre polynomials of the first kind up to the specified degree n, order m, and all derivatives up to order diff_n.

Extended Summary

Output shape is (diff_n + 1, n + 1, 2 * m + 1, ...). The entry at (i, j, k) corresponds to the i-th derivative, degree j, and order k for all 0 <= i <= diff_n, 0 <= j <= n, and -m <= k <= m.

See also

assoc_legendre_p

Aliases

  • scipy.special.assoc_legendre_p_all

Referenced by

This package