numpy.polynomial.hermite_e.HermiteE.has_samedomain# 方法 polynomial.hermite_e.HermiteE.has_samedomain(other)[源代码]# 检查域是否匹配。 参数: other类实例另一个类必须具有 domain 属性。 返回: bool布尔值如果域相同,则为 True;否则为 False。