numpy.polynomial.legendre.Legendre.has_samedomain

原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.legendre.Legendre.has_samedomain.html

译者:飞龙 UsyiyiCN

校对:(虚位以待)

Legendre.has_samedomain(other)[source]

检查域是否匹配。

版本1.6.0中的新功能。

参数:

其他:类实例

其他类必须具有domain属性。

返回:

bool:boolean

如果域相同,则为True,否则为False。