Logo ROOT   6.10/09
Reference Guide
SMatrixDfwd.h
Go to the documentation of this file.
1 // @(#)root/smatrix:$Id$
2 // Authors: T. Glebe, L. Moneta 2005
3 
4 #ifndef ROOT_Math_SMatrixDfwd
5 #define ROOT_Math_SMatrixDfwd
6 
7 namespace ROOT {
8 
9 namespace Math{
10 
11  template <class T, unsigned int D1, unsigned int D2, class R> class SMatrix;
12 
13  template <class T, unsigned int D1, unsigned int D2> class MatRepStd;
14  template <class T, unsigned int D> class MatRepSym;
15 
22 
23 
30 
31 } // namespace Math
32 
33 } // namespace ROOT
34 
35 
36 #endif
SMatrix< double, 7, 7, MatRepSym< double, 7 > > SMatrixSym7D
Definition: SMatrixDfwd.h:29
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21
MatRepSym Matrix storage representation for a symmetric matrix of dimension NxN This class is a templ...
Definition: HelperOps.h:35
SMatrix< double, 6, 6, MatRepStd< double, 6, 6 > > SMatrix6D
Definition: SMatrixDfwd.h:20
SMatrix< double, 3, 3, MatRepStd< double, 3, 3 > > SMatrix3D
Definition: SMatrixDfwd.h:17
SMatrix< double, 4, 4, MatRepStd< double, 4, 4 > > SMatrix4D
Definition: SMatrixDfwd.h:18
SMatrix< double, 6, 6, MatRepSym< double, 6 > > SMatrixSym6D
Definition: SMatrixDfwd.h:28
SMatrix: a generic fixed size D1 x D2 Matrix class.
SMatrix< double, 4, 4, MatRepSym< double, 4 > > SMatrixSym4D
Definition: SMatrixDfwd.h:26
SMatrix< double, 5, 5, MatRepStd< double, 5, 5 > > SMatrix5D
Definition: SMatrixDfwd.h:19
SMatrix< double, 7, 7, MatRepStd< double, 7, 7 > > SMatrix7D
Definition: SMatrixDfwd.h:21
SMatrix< double, 5, 5, MatRepSym< double, 5 > > SMatrixSym5D
Definition: SMatrixDfwd.h:27
Namespace for new Math classes and functions.
SMatrix< double, 3, 3, MatRepSym< double, 3 > > SMatrixSym3D
Definition: SMatrixDfwd.h:25
SMatrix< double, 2, 2, MatRepSym< double, 2 > > SMatrixSym2D
Definition: SMatrixDfwd.h:24
SMatrix< double, 2, 2, MatRepStd< double, 2, 2 > > SMatrix2D
Definition: SMatrixDfwd.h:14