This is documentation for an old release of NumPy (version 1.7.0). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
numpy.polynomial.laguerre.Laguerre.has_sametype
-
Laguerre.has_sametype(other)
Check if types match.
Parameters : | other : object
|
Returns : | bool : boolean
True if other is same class as self
|
Notes
New in version 1.7.0.