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