matrix.swapaxes()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged.

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.any()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.any(axis=None, out=None)

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

recarray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element

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

ndarray.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order. Equivalent

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

matrix.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element (i[0]

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

recarray.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this

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

MaskedArray.__getslice__(i, j)

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

recarray.squeeze(axis=None) Remove single-dimensional entries from the shape of a. Refer to

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

record.var() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses

2025-01-10 15:47:30