ndarray.data Python buffer object pointing to the start of the array?s data.
ndarray.argmax(axis=None, out=None) Return indices of the maximum values along the given axis. Refer to
ndarray.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by a data-type. Place
class numpy.ndarray
ndarray.__isub__ x.__isub__(y) <==> x-=y
ndarray.__mul__ x.__mul__(y) <==> x*y
ndarray.__ior__ x.__ior__(y) <==> x|=y
ndarray.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) Return the sum along diagonals of the array. Refer
ndarray.__xor__ x.__xor__(y) <==> x^y
ndarray.__pos__ x.__pos__() <==> +x
Page 11 of 13