ndarray.__int__() <==> int(x)
recarray.data Python buffer object pointing to the start of the array?s data.
matrix.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max or
recarray.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this
MaskedArray.take(indices, axis=None, out=None, mode='raise')
ndarray.__getitem__ x.__getitem__(y) <==> x[y]
dtype.itemsize The element size of this data-type object. For 18 of the 21 types this number is fixed by the data-type
matrix.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element (i[0]
MaskedArray.__oct__() <==> oct(x)
generic.std() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
Page 7 of 56