numpy.unpackbits()
  • References/Python/NumPy/Routines/Binary operations

numpy.unpackbits(myarray, axis=None) Unpacks elements of a uint8 array into a binary-valued output array. Each element

2025-01-10 15:47:30
Indexing routines
  • References/Python/NumPy/Routines

See also

2025-01-10 15:47:30
numpy.ma.copy()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.copy(self, *args, **params) a.copy(order='C') = Return a copy of the array.

2025-01-10 15:47:30
numpy.ma.make_mask_descr()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.make_mask_descr(ndtype)

2025-01-10 15:47:30
numpy.fft.rfft2()
  • References/Python/NumPy/Routines/Discrete Fourier Transform

numpy.fft.rfft2(a, s=None, axes=(-2, -1), norm=None)

2025-01-10 15:47:30
numpy.MachAr()
  • References/Python/NumPy/Routines/Data type routines

class numpy.MachAr(float_conv=, int_conv=, float_to_float=, float_to_str= at 0x49c2ce2c>, title='Python floating point number')

2025-01-10 15:47:30
ndarray.
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.__getitem__ x.__getitem__(y) <==> x[y]

2025-01-10 15:47:30
recarray.data
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.data Python buffer object pointing to the start of the array?s data.

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__gt__ x.__gt__(y) <==> x>y

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__oct__() <==> oct(x)

2025-01-10 15:47:30