matrix.H Returns the (complex) conjugate transpose of self. Equivalent to np.transpose(self)
record.any() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
record.std() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
record.item() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
record.repeat() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
record.compress() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
recarray.flat A 1-D iterator over the array. This is a
matrix.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string back to an
matrix.repeat(repeats, axis=None) Repeat elements of an array. Refer to
matrix.imag The imaginary part of the array. Examples >>>
Page 5 of 23