4 #ifndef ROOT_Math_SMatrixDfwd 5 #define ROOT_Math_SMatrixDfwd 11 template <
class T,
unsigned int D1,
unsigned int D2,
class R>
class SMatrix;
13 template <
class T,
unsigned int D1,
unsigned int D2>
class MatRepStd;
SMatrix< double, 7, 7, MatRepSym< double, 7 > > SMatrixSym7D
Namespace for new ROOT classes and functions.
MatRepSym Matrix storage representation for a symmetric matrix of dimension NxN This class is a templ...
SMatrix< double, 6, 6, MatRepStd< double, 6, 6 > > SMatrix6D
SMatrix< double, 3, 3, MatRepStd< double, 3, 3 > > SMatrix3D
SMatrix< double, 4, 4, MatRepStd< double, 4, 4 > > SMatrix4D
SMatrix< double, 6, 6, MatRepSym< double, 6 > > SMatrixSym6D
SMatrix: a generic fixed size D1 x D2 Matrix class.
SMatrix< double, 4, 4, MatRepSym< double, 4 > > SMatrixSym4D
SMatrix< double, 5, 5, MatRepStd< double, 5, 5 > > SMatrix5D
SMatrix< double, 7, 7, MatRepStd< double, 7, 7 > > SMatrix7D
SMatrix< double, 5, 5, MatRepSym< double, 5 > > SMatrixSym5D
Namespace for new Math classes and functions.
SMatrix< double, 3, 3, MatRepSym< double, 3 > > SMatrixSym3D
SMatrix< double, 2, 2, MatRepSym< double, 2 > > SMatrixSym2D
SMatrix< double, 2, 2, MatRepStd< double, 2, 2 > > SMatrix2D