matrix.all(axis=None, out=None)
matrix.var(axis=None, dtype=None, out=None, ddof=0)
record.var() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
matrix.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order. Equivalent
matrix.min(axis=None, out=None)
ndarray.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer to
dtype.__reduce__()
matrix.flat A 1-D iterator over the array. This is a
generic.real real part of scalar
ndarray.reshape(shape, order='C') Returns an array containing the same data with a new shape. Refer to
Page 10 of 56