SymmetricMatrixTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
13 //---------------------------------------------------------------------------------
14 
15 #ifndef GAUDIKERNEL_SYMMETRICMATRIXTYPES_H
16 #define GAUDIKERNEL_SYMMETRICMATRIXTYPES_H 1
17 
18 // Include files
19 #include "Math/SMatrix.h"
20 
28 namespace Gaudi
29 {
30 
31  typedef ROOT::Math::SMatrix<double, 1, 1,
32  ROOT::Math::MatRepSym<double,1> > SymMatrix1x1;
33  typedef ROOT::Math::SMatrix<double, 2, 2,
34  ROOT::Math::MatRepSym<double,2> > SymMatrix2x2;
35  typedef ROOT::Math::SMatrix<double, 3, 3,
36  ROOT::Math::MatRepSym<double,3> > SymMatrix3x3;
37  typedef ROOT::Math::SMatrix<double, 4, 4,
38  ROOT::Math::MatRepSym<double,4> > SymMatrix4x4;
39  typedef ROOT::Math::SMatrix<double, 5, 5,
40  ROOT::Math::MatRepSym<double,5> > SymMatrix5x5;
41  typedef ROOT::Math::SMatrix<double, 6, 6,
42  ROOT::Math::MatRepSym<double,6> > SymMatrix6x6;
43  typedef ROOT::Math::SMatrix<double, 7, 7,
44  ROOT::Math::MatRepSym<double,7> > SymMatrix7x7;
45  typedef ROOT::Math::SMatrix<double, 8, 8,
46  ROOT::Math::MatRepSym<double,8> > SymMatrix8x8;
47  typedef ROOT::Math::SMatrix<double, 9, 9,
48  ROOT::Math::MatRepSym<double,9> > SymMatrix9x9;
49 
50  typedef ROOT::Math::SMatrix<float, 1, 1,
51  ROOT::Math::MatRepSym<float,1> > SymMatrix1x1F;
52  typedef ROOT::Math::SMatrix<float, 2, 2,
53  ROOT::Math::MatRepSym<float,2> > SymMatrix2x2F;
54  typedef ROOT::Math::SMatrix<float, 3, 3,
55  ROOT::Math::MatRepSym<float,3> > SymMatrix3x3F;
56  typedef ROOT::Math::SMatrix<float, 4, 4,
57  ROOT::Math::MatRepSym<float,4> > SymMatrix4x4F;
58  typedef ROOT::Math::SMatrix<float, 5, 5,
59  ROOT::Math::MatRepSym<float,5> > SymMatrix5x5F;
60  typedef ROOT::Math::SMatrix<float, 6, 6,
61  ROOT::Math::MatRepSym<float,6> > SymMatrix6x6F;
62  typedef ROOT::Math::SMatrix<float, 7, 7,
63  ROOT::Math::MatRepSym<float,7> > SymMatrix7x7F;
64  typedef ROOT::Math::SMatrix<float, 8, 8,
65  ROOT::Math::MatRepSym<float,8> > SymMatrix8x8F;
66  typedef ROOT::Math::SMatrix<float, 9, 9,
67  ROOT::Math::MatRepSym<float,9> > SymMatrix9x9F;
68 
69 
70 }
71 #endif // KERNEL_SYMMETRICMATRIXTYPES_H
ROOT::Math::SMatrix< float, 8, 8, ROOT::Math::MatRepSym< float, 8 > > SymMatrix8x8F
Symmetrix 8x8 matrix (float)
ROOT::Math::SMatrix< double, 8, 8, ROOT::Math::MatRepSym< double, 8 > > SymMatrix8x8
Symmetrix 8x8 matrix (double)
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > SymMatrix5x5
Symmetrix 5x5 matrix (double)
ROOT::Math::SMatrix< float, 6, 6, ROOT::Math::MatRepSym< float, 6 > > SymMatrix6x6F
Symmetrix 6x6 matrix (float)
ROOT::Math::SMatrix< double, 3, 3, ROOT::Math::MatRepSym< double, 3 > > SymMatrix3x3
Symmetrix 3x3 matrix (double)
ROOT::Math::SMatrix< double, 2, 2, ROOT::Math::MatRepSym< double, 2 > > SymMatrix2x2
Symmetrix 2x2 matrix (double)
ROOT::Math::SMatrix< float, 3, 3, ROOT::Math::MatRepSym< float, 3 > > SymMatrix3x3F
Symmetrix 3x3 matrix (float)
ROOT::Math::SMatrix< float, 7, 7, ROOT::Math::MatRepSym< float, 7 > > SymMatrix7x7F
Symmetrix 7x7 matrix (float)
ROOT::Math::SMatrix< float, 4, 4, ROOT::Math::MatRepSym< float, 4 > > SymMatrix4x4F
Symmetrix 4x4 matrix (float)
ROOT::Math::SMatrix< double, 7, 7, ROOT::Math::MatRepSym< double, 7 > > SymMatrix7x7
Symmetrix 7x7 matrix (double)
ROOT::Math::SMatrix< float, 1, 1, ROOT::Math::MatRepSym< float, 1 > > SymMatrix1x1F
Symmetrix 1x1 matrix (float)
ROOT::Math::SMatrix< double, 1, 1, ROOT::Math::MatRepSym< double, 1 > > SymMatrix1x1
Symmetrix 1x1 matrix (double)
ROOT::Math::SMatrix< float, 5, 5, ROOT::Math::MatRepSym< float, 5 > > SymMatrix5x5F
Symmetrix 5x5 matrix (float)
ROOT::Math::SMatrix< double, 6, 6, ROOT::Math::MatRepSym< double, 6 > > SymMatrix6x6
Symmetrix 6x6 matrix (double)
ROOT::Math::SMatrix< double, 9, 9, ROOT::Math::MatRepSym< double, 9 > > SymMatrix9x9
Symmetrix 9x9 matrix (double)
ROOT::Math::SMatrix< float, 2, 2, ROOT::Math::MatRepSym< float, 2 > > SymMatrix2x2F
Symmetrix 2x2 matrix (float)
ROOT::Math::SMatrix< float, 9, 9, ROOT::Math::MatRepSym< float, 9 > > SymMatrix9x9F
Symmetrix 9x9 matrix (float)
Helper functions to set/get the application return code.
Definition: __init__.py:1
ROOT::Math::SMatrix< double, 4, 4, ROOT::Math::MatRepSym< double, 4 > > SymMatrix4x4
Symmetrix 4x4 matrix (double)