{ } Raw JSON

bundles / numpy 2.4.4 / numpy / polynomial / _polybase / ABCPolyBase / has_samedomain

function

numpy.polynomial._polybase:ABCPolyBase.has_samedomain

source: /numpy/polynomial/_polybase.py :208

Signature

def   has_samedomain ( self other )

Summary

Check if domains match.

Parameters

other : class instance

The other class must have the domain attribute.

Returns

bool : boolean

True if the domains are the same, False otherwise.

Aliases

  • numpy.polynomial._polybase.ABCPolyBase.has_samedomain