recarray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
matrix.flat A 1-D iterator over the array. This is a
ndarray.__ne__ x.__ne__(y) <==> x!=y
ndarray.ravel([order]) Return a flattened array. Refer to
MaskedArray.__rsub__(other)
matrix.var(axis=None, dtype=None, out=None, ddof=0)
ndarray.round(decimals=0, out=None) Return a with each element rounded to the given number of decimals.
ndarray.__lshift__ x.__lshift__(y) <==> x<<y
ndarray.__hex__() <==> hex(x)
ndarray.squeeze(axis=None) Remove single-dimensional entries from the shape of a. Refer to
Page 5 of 56