ndarray.__ior__ x.__ior__(y) <==> x|=y
ndarray.__pos__ x.__pos__() <==> +x
matrix.copy(order='C') Return a copy of the array.
ndarray.__nonzero__ x.__nonzero__() <==> x != 0
generic.conj()
dtype.byteorder A character indicating the byte-order of this data-type object. One of:
ndarray.data Python buffer object pointing to the start of the array?s data.
generic.strides tuple of bytes steps in each dimension
recarray.min(axis=None, out=None, keepdims=False) Return the minimum along a given axis. Refer to
generic.__setstate__()
Page 43 of 56