MaskedArray.__rfloordiv__(other)
matrix.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of the
MaskedArray.__gt__ x.__gt__(y) <==> x>y
matrix.all(axis=None, out=None)
matrix.var(axis=None, dtype=None, out=None, ddof=0)
recarray.mean(axis=None, dtype=None, out=None, keepdims=False) Returns the average of the array elements along given axis
generic.itemsize length of one element in bytes
recarray.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) Return the sum along diagonals of the array. Refer
recarray.itemsize Length of one array element in bytes. Examples
generic.put() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
Page 9 of 56