matrix.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max or
matrix.all(axis=None, out=None)
matrix.flat A 1-D iterator over the array. This is a
matrix.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in a to maintain
matrix.var(axis=None, dtype=None, out=None, ddof=0)
matrix.getT()
matrix.min(axis=None, out=None)
matrix.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer to
matrix.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively.
matrix.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of the
Page 1 of 8