MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__rfloordiv__(other)

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

matrix.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of the

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

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

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

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

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

matrix.var(axis=None, dtype=None, out=None, ddof=0)

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

recarray.mean(axis=None, dtype=None, out=None, keepdims=False) Returns the average of the array elements along given axis

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

generic.itemsize length of one element in bytes

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

recarray.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) Return the sum along diagonals of the array. Refer

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

recarray.itemsize Length of one array element in bytes. Examples

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

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

2025-01-10 15:47:30