generic.diagonal() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
generic.all() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
ndarray.__pos__ x.__pos__() <==> +x
matrix.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) Return the sum along diagonals of the array. Refer to
ndarray.__ior__ x.__ior__(y) <==> x|=y
MaskedArray.__lshift__ x.__lshift__(y) <==> x<<y
matrix.nbytes Total bytes consumed by the elements of the array. Notes Does not include
matrix.cumsum(axis=None, dtype=None, out=None) Return the cumulative sum of the elements along the given axis. Refer
MaskedArray.__rmod__ x.__rmod__(y) <==> y%x
ndarray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full
Page 45 of 56