numpy.polynomial.hermite.Hermite.has_samecoef# method polynomial.hermite.Hermite.has_samecoef(other)[source]# Check if coefficients match. Parameters: otherclass instanceThe other class must have the coef attribute. Returns: boolbooleanTrue if the coefficients are the same, False otherwise.