recarray.getfield()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.getfield(dtype, offset=0) Returns a field of the given array as a certain type. A field is a view of

2025-01-10 15:47:30
generic.nbytes
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.nbytes length of item in bytes

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

ndarray.tobytes(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python

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

ndarray.__irshift__ x.__irshift__(y) <==> x>>=y

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

matrix.real The real part of the array. See also

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

MaskedArray.__idiv__(other)

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

recarray.ravel([order]) Return a flattened array. Refer to

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

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

2025-01-10 15:47:30
numpy.generic
  • References/Python/NumPy/Array objects/Scalars

class numpy.generic

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

MaskedArray.__array__(|dtype) ? reference if type unchanged, copy otherwise. Returns either a new reference to

2025-01-10 15:47:30