Laguerre polynomial of degree deg.
Returns an instance of the Laguerre polynomial of degree d.
deg : int
Degree of the Laguerre polynomial. Must be >= 0.
domain : array_like
The resulting array must be of the form [beg, end], where beg and end are the endpoints of the domain.
window : array_like
The resulting array must be if the form [beg, end], where beg and end are the endpoints of the window.
Returns :
p : Laguerre instance
Notes
New in version 1.7.0.
numpy.polynomial.laguerre.Laguerre.__call__
numpy.polynomial.laguerre.Laguerre.cast
Enter search terms or a module, class or function name.