Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
SMatrix Storage Representation

Classes MatRepStd and MatRepSym for generic and symmetric matrix data storage and manipulation.

Define data storage and access, plus operators =, +=, -=, ==.

Author
Juan Palacios
Date
2006-01-15

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...