matrix.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian data representation
matrix.tolist()
record.pprint()
class numpy.matrix
record.byteswap() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
matrix.T Returns the transpose of the matrix. Does not conjugate! For the complex conjugate transpose, use
matrix.resize(new_shape, refcheck=True) Change shape and size of array in-place.
recarray.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array, this has no effect
record.data pointer to start of data
matrix.shape Tuple of array dimensions. Notes May be used to ?reshape? the array, as long
Page 13 of 23