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.__array_wrap__(obj) ? Object of same type as ndarray object a.

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

matrix.cumsum(axis=None, dtype=None, out=None) Return the cumulative sum of the elements along the given axis. Refer

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

record.transpose() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from

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

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

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

recarray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full

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

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

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

recarray.dot(b, out=None) Dot product of two arrays. Refer to

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

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

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

recarray.all(axis=None, out=None, keepdims=False) Returns True if all elements evaluate to True. Refer to

2025-01-10 15:47:30