numpy.polynomial.hermite_e.HermiteE.has_samedomain#

方法

polynomial.hermite_e.HermiteE.has_samedomain(other)[原始碼]#

Check if domains match.

參數:
otherclass instance

The other class must have the domain attribute.

回傳值:
boolboolean

True if the domains are the same, False otherwise.