Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / doc / source / reference / routines.bitwise.rst
Size: Mime:
Binary operations
*****************

.. currentmodule:: numpy

Elementwise bit operations
--------------------------
.. autosummary::
   :toctree: generated/

   bitwise_and
   bitwise_or
   bitwise_xor
   invert
   left_shift
   right_shift

Bit packing
-----------
.. autosummary::
   :toctree: generated/

   packbits
   unpackbits

Output formatting
-----------------
.. autosummary::
   :toctree: generated/

   binary_repr