4 #ifndef ROOT_Math_SMatrixFfwd 5 #define ROOT_Math_SMatrixFfwd 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;
Namespace for new ROOT classes and functions.
SMatrix< float, 2, 2, MatRepSym< float, 2 > > SMatrixSym2F
MatRepSym Matrix storage representation for a symmetric matrix of dimension NxN This class is a templ...
SMatrix< float, 7, 7, MatRepStd< float, 7, 7 > > SMatrix7F
SMatrix< float, 7, 7, MatRepSym< float, 7 > > SMatrixSym7F
SMatrix< float, 6, 6, MatRepStd< float, 6, 6 > > SMatrix6F
SMatrix: a generic fixed size D1 x D2 Matrix class.
SMatrix< float, 4, 4, MatRepSym< float, 4 > > SMatrixSym4F
SMatrix< float, 5, 5, MatRepStd< float, 5, 5 > > SMatrix5F
SMatrix< float, 4, 4, MatRepStd< float, 4, 4 > > SMatrix4F
SMatrix< float, 3, 3, MatRepStd< float, 3, 3 > > SMatrix3F
SMatrix< float, 3, 3, MatRepSym< float, 3 > > SMatrixSym3F
SMatrix< float, 6, 6, MatRepSym< float, 6 > > SMatrixSym6F
SMatrix< float, 5, 5, MatRepSym< float, 5 > > SMatrixSym5F
SMatrix< float, 2, 2, MatRepStd< float, 2, 2 > > SMatrix2F
Namespace for new Math classes and functions.