Classes MatRepStd and MatRepSym for generic and symmetric matrix data storage and manipulation.
Define data storage and access, plus operators =, +=, -=, ==.
Modules | |
Standard Matrix representation | |
Standard Matrix representation for a general D1 x D2 matrix. | |
Classes | |
class | ROOT::Math::MatRepSym< T, D > |
MatRepSym Matrix storage representation for a symmetric matrix of dimension NxN This class is a template on the contained type and on the symmetric matrix size, N. More... | |