ndarray.view(dtype=None, type=None) New view of array with the same data.
matrix.base Base object if memory is from some other object. Examples The base of an array
generic.sum() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
matrix.tostring(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
recarray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data as a (nested) Python
matrix.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this array
recarray.ravel([order]) Return a flattened array. Refer to
matrix.itemsize Length of one array element in bytes. Examples
record.take() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
ndarray.__irshift__ x.__irshift__(y) <==> x>>=y
Page 35 of 56