matrix.flatten(order='C')
record.T transpose
matrix.tobytes(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python bytes
recarray.field(attr, val=None)
recarray.tobytes(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
recarray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n in indices.
record.ptp() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
record.getfield()
matrix.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None) Return the sum along diagonals of the array. Refer to
matrix.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full documentation
Page 19 of 23