recarray.cumsum()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.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
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__contains__ x.__contains__(y) <==> y in x

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

matrix.view(dtype=None, type=None) New view of array with the same data.

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

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

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

matrix.repeat(repeats, axis=None) Repeat elements of an array. Refer to

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

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

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

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

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

ndarray.__getslice__ x.__getslice__(i, j) <==> x[i:j] Use of negative indices is not supported.

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

matrix.resize(new_shape, refcheck=True) Change shape and size of array in-place.

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

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

2025-01-10 15:47:30