numpy.polynomial.legendre.Legendre.has_samecoef

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

译者:飞龙 UsyiyiCN

校对:(虚位以待)

Legendre.has_samecoef(other)[source]

检查系数是否匹配。

版本1.6.0中的新功能。

参数:

其他:类实例

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

返回:

bool:boolean

如果系数相同,则为真,否则为False。