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

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

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

record.strides tuple of bytes steps in each dimension

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

record.setfield()

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

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

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

recarray.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by a data-type. Place

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

recarray.cumprod(axis=None, dtype=None, out=None) Return the cumulative product of the elements along the given axis.

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

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

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

recarray.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to

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

matrix.cumprod(axis=None, dtype=None, out=None) Return the cumulative product of the elements along the given axis.

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

recarray.fill(value) Fill the array with a scalar value.

2025-01-10 15:47:30