bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / polynomial / _polybase / ABCPolyBase / has_samedomain
function
numpy.polynomial._polybase:ABCPolyBase.has_samedomain
source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/_polybase.py :208
Signature
def has_samedomain ( self , other ) Summary
Check if domains match.
Parameters
other: class instanceThe other class must have the
domainattribute.
Returns
bool: booleanTrue if the domains are the same, False otherwise.
Aliases
-
numpy.polynomial._polybase.ABCPolyBase.has_samedomain