generic.shape
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.shape tuple of array dimensions

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

ndarray.__deepcopy__() ? Deep copy of array. Used if copy.deepcopy is called on an array.

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

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

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

matrix.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in a to maintain

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

MaskedArray.view(dtype=None, type=None)

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

generic.cumprod() 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.__rfloordiv__(other)

2025-01-10 15:47:30
dtype.itemsize
  • References/Python/NumPy/Array objects/Data type objects

dtype.itemsize The element size of this data-type object. For 18 of the 21 types this number is fixed by the data-type

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

recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis

2025-01-10 15:47:30