record.setflags() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
ndarray.cumprod(axis=None, dtype=None, out=None) Return the cumulative product of the elements along the given axis.
record.size number of elements in the gentype
numpy.ma.swapaxes(self, *args, **params) a.swapaxes(axis1, axis2) = Return a view of the array with axis1 and axis2
matrix.argmax(axis=None, out=None)
record.max() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
ndarray.__sub__ x.__sub__(y) <==> x-y
matrix.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way that
numpy.ma.ravel(self, order='C') = Returns a 1D version of self, as a view.
ndarray.__getslice__ x.__getslice__(i, j) <==> x[i:j] Use of negative indices is not supported.
Page 43 of 100