recarray.round(decimals=0, out=None) Return a with each element rounded to the given number of decimals.
matrix.getT()
matrix.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively.
generic.searchsorted() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars
ndarray.__deepcopy__() ? Deep copy of array. Used if copy.deepcopy is called on an array.
MaskedArray.put(indices, values, mode='raise')
matrix.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer to
ndarray.squeeze(axis=None) Remove single-dimensional entries from the shape of a. Refer to
ndarray.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order. Equivalent
matrix.any(axis=None, out=None)
Page 4 of 56