rootpy.matrix.Matrix

class rootpy.matrix.Matrix[source]

A factory of subclasses of the template class ROOT.TMatrixT.

Parameters:

type : string, optional (default=’float’)

The type of the matrix elements.

to_numpy()

Convert this matrix into a numpy.matrix.