numpy.polynomial.laguerre.Laguerre.has_samedomain#

方法

polynomial.laguerre.Laguerre.has_samedomain(other)[源代码]#

检查域是否匹配。

参数:
other类实例

另一个类必须具有 domain 属性。

返回:
bool布尔值

如果域相同则返回 True,否则返回 False。