recarray.dtype
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.dtype Data-type of the array?s elements.

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

MaskedArray.__rsub__(other)

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

MaskedArray.__mul__(other)

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

ndarray.__reduce__() For pickling.

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

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

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

MaskedArray.__abs__() <==> abs(x)

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

matrix.getT()

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

MaskedArray.__getstate__()

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

recarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include

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

ndarray.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way that

2025-01-10 15:47:30