SciPy

This is documentation for an old release of NumPy (version 1.8.0). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.polynomial.hermite_e.HermiteE.has_samecoef

HermiteE.has_samecoef(other)

Check if coefficients match.

Parameters :

other : class instance

The other class must have the coef attribute.

Returns :

bool : boolean

True if the coefficients are the same, False otherwise.

Notes

New in version 1.6.0.