ndarray.__getitem__ x.__getitem__(y) <==> x[y]
matrix.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in a to maintain
ndarray.__hex__() <==> hex(x)
recarray.dtype Data-type of the array?s elements.
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
ndarray.reshape(shape, order='C') Returns an array containing the same data with a new shape. Refer to
record.real real part of scalar
recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis
Page 11 of 56