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

class numpy.record

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

MaskedArray.__nonzero__ x.__nonzero__() <==> x != 0

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

generic.__array__() sc.__array__(

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

matrix.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.

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

ndarray.__isub__ x.__isub__(y) <==> x-=y

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

ndarray.__ior__ x.__ior__(y) <==> x|=y

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

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

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

ndarray.__nonzero__ x.__nonzero__() <==> x != 0

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

record.ndim number of array dimensions

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

MaskedArray.item(*args) Copy an element of an array to a standard Python scalar and return it.

2025-01-10 15:47:30