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