bundles / numpy 2.4.3 / numpy / lib / _arraysetops_impl
module
numpy.lib._arraysetops_impl
Members
-
_ediff1d_dispatcher -
_intersect1d_dispatcher -
_isin -
_isin_dispatcher -
_setdiff1d_dispatcher -
_setxor1d_dispatcher -
_union1d_dispatcher -
_unique_all_dispatcher -
_unique_counts_dispatcher -
_unique_dispatcher -
_unique_inverse_dispatcher -
_unique_values_dispatcher -
_unique1d -
_unpack_tuple -
UniqueAllResult -
UniqueCountsResult -
UniqueInverseResult
Summary
Set operations for arrays based on sorting.
Notes
For floating point arrays, inaccurate results may appear due to usual round-off and floating point comparison issues.
Speed could be gained in some operations by an implementation of numpy.sort, that can provide directly the permutation vectors, thus avoiding calls to numpy.argsort.
Original author: Robert Cimrman
Additional content
Set operations for arrays based on sorting.
Notes
For floating point arrays, inaccurate results may appear due to usual round-off and floating point comparison issues.
Speed could be gained in some operations by an implementation of numpy.sort, that can provide directly the permutation vectors, thus avoiding calls to numpy.argsort.
Original author: Robert Cimrman
Aliases
-
numpy.lib._arraysetops_impl