method
classmethod HermiteE.cast(series, domain=None, window=None)
[source]
Convert series to series of this class.
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.
New in version 1.7.0.
Parameters: |
|
---|---|
Returns: |
|
See also
convert
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.polynomial.hermite_e.HermiteE.cast.html