matrix.copy(order='C') Return a copy of the array.
ndarray.all(axis=None, out=None, keepdims=False) Returns True if all elements evaluate to True. Refer to
recarray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged
matrix.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by a data-type. Place
matrix.flags Information about the memory layout of the array. Notes The
ndarray.__str__() <==> str(x)
generic.__reduce__()
matrix.fill(value) Fill the array with a scalar value.
record.transpose() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
ndarray.argmax(axis=None, out=None) Return indices of the maximum values along the given axis. Refer to
Page 46 of 56