matrix.getT()
recarray.prod(axis=None, dtype=None, out=None, keepdims=False) Return the product of the array elements over the given axis
matrix.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max or
matrix.H Returns the (complex) conjugate transpose of self. Equivalent to np.transpose(self)
record.choose() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
recarray.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer
record.itemset() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
matrix.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to
matrix.flat A 1-D iterator over the array. This is a
recarray.data Python buffer object pointing to the start of the array?s data.
Page 1 of 23