numpy.polynomial.legendre.Legendre.has_sametype — NumPy v1.15 Manual (original) (raw)
Legendre. has_sametype(other)[source]¶
Check if types match.
New in version 1.7.0.
| Parameters: | other : object Class instance. |
|---|---|
| Returns: | bool : boolean True if other is same class as self |
Previous topic
numpy.polynomial.legendre.Legendre.has_samedomain
Next topic
numpy.polynomial.legendre.Legendre.has_samewindow