{ } Raw JSON

bundles / numpy 2.4.4 / numpy / lib / _arraysetops_impl

module

numpy.lib._arraysetops_impl

source: /numpy/lib/_arraysetops_impl.py :0

Members

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