This is documentation for an old release of NumPy (version 1.7.0). Read this page in the documentation of the latest stable release (version > 1.17).
Legendre polynomial of degree deg.
Returns an instance of the Legendre polynomial of degree d.
Parameters : | deg : int
domain : array_like
window : array_like
Returns : p : Legendre instance |
---|
Notes
New in version 1.7.0.