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

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

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

matrix.copy(order='C') Return a copy of the array.

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

recarray.min(axis=None, out=None, keepdims=False) Return the minimum along a given axis. Refer to

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
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
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
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