numpy.polynomial.legendre.Legendre.has_samecoef — NumPy v1.15 Manual (original) (raw)
- Scipy.org
- Docs
- NumPy v1.15 Manual
- NumPy Reference
- Routines
- Polynomials
- Polynomial Package
- Legendre Module (numpy.polynomial.legendre)
- numpy.polynomial.legendre.Legendre
- index
- next
- previous
Legendre. has_samecoef(other)[source]¶
Check if coefficients match.
New in version 1.6.0.
| Parameters: | other : class instance The other class must have the coef attribute. |
|---|---|
| Returns: | bool : boolean True if the coefficients are the same, False otherwise. |
Previous topic
numpy.polynomial.legendre.Legendre.fromroots
Next topic
numpy.polynomial.legendre.Legendre.has_samedomain