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).
Convert instance to equivalent Laguerre series.
The series is expected to be an instance of some polynomial series of one of the types supported by by the numpy.polynomial module, but could be some other class that supports the convert method.
Parameters : | series : series
domain : array_like
window : array_like
Returns : p : Laguerre instance
|
---|
See also
Notes
New in version 1.7.0.