matrix.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer to
matrix.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of the
matrix.all(axis=None, out=None)
ndarray.reshape(shape, order='C') Returns an array containing the same data with a new shape. Refer to
MaskedArray.astype(newtype)
MaskedArray.__irshift__ x.__irshift__(y) <==> x>>=y
recarray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element
ndarray.__contains__ x.__contains__(y) <==> y in x
generic.real real part of scalar
MaskedArray.nbytes Total bytes consumed by the elements of the array. Notes Does
Page 5 of 56