Classes MatRepStd and MatRepSym for generic and symmetric matrix data storage and manipulation. Define data storage and access, plus operators =, +=, -=, ==.
Topics | |
Standard Matrix representation | |
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... | |