{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _multiufuncs / legendre_p_all

MultiUFunc

scipy.special._multiufuncs:legendre_p_all

source: /scipy/special/_multiufuncs.py

Signature

def   legendre_p_all ( n z * diff_n = 0 )

Summary

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

Extended Summary

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

See also

legendre_p

Aliases

  • scipy.special.legendre_p_all

Referenced by

This package