matrix.all(axis=None, out=None)
record.conjugate() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
ndarray.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to
MaskedArray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation
generic.argsort() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
ndarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis
ndarray.reshape(shape, order='C') Returns an array containing the same data with a new shape. Refer to
matrix.H Returns the (complex) conjugate transpose of self. Equivalent to np.transpose(self)
dtype.itemsize The element size of this data-type object. For 18 of the 21 types this number is fixed by the data-type
recarray.mean(axis=None, dtype=None, out=None, keepdims=False) Returns the average of the array elements along given axis
Page 10 of 56