SymmetricMatrixTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
10 //---------------------------------------------------------------------------------
11 
12 #ifndef GAUDIKERNEL_SYMMETRICMATRIXTYPES_H
13 #define GAUDIKERNEL_SYMMETRICMATRIXTYPES_H 1
14 
15 // Include files
16 #include "Math/SMatrix.h"
17 
25 namespace Gaudi
26 {
27 
28  typedef ROOT::Math::SMatrix<double, 1, 1,
29  ROOT::Math::MatRepSym<double,1> > SymMatrix1x1;
30  typedef ROOT::Math::SMatrix<double, 2, 2,
31  ROOT::Math::MatRepSym<double,2> > SymMatrix2x2;
32  typedef ROOT::Math::SMatrix<double, 3, 3,
33  ROOT::Math::MatRepSym<double,3> > SymMatrix3x3;
34  typedef ROOT::Math::SMatrix<double, 4, 4,
35  ROOT::Math::MatRepSym<double,4> > SymMatrix4x4;
36  typedef ROOT::Math::SMatrix<double, 5, 5,
37  ROOT::Math::MatRepSym<double,5> > SymMatrix5x5;
38  typedef ROOT::Math::SMatrix<double, 6, 6,
39  ROOT::Math::MatRepSym<double,6> > SymMatrix6x6;
40  typedef ROOT::Math::SMatrix<double, 7, 7,
41  ROOT::Math::MatRepSym<double,7> > SymMatrix7x7;
42  typedef ROOT::Math::SMatrix<double, 8, 8,
43  ROOT::Math::MatRepSym<double,8> > SymMatrix8x8;
44  typedef ROOT::Math::SMatrix<double, 9, 9,
45  ROOT::Math::MatRepSym<double,9> > SymMatrix9x9;
46 
47  typedef ROOT::Math::SMatrix<float, 1, 1,
48  ROOT::Math::MatRepSym<float,1> > SymMatrix1x1F;
49  typedef ROOT::Math::SMatrix<float, 2, 2,
50  ROOT::Math::MatRepSym<float,2> > SymMatrix2x2F;
51  typedef ROOT::Math::SMatrix<float, 3, 3,
52  ROOT::Math::MatRepSym<float,3> > SymMatrix3x3F;
53  typedef ROOT::Math::SMatrix<float, 4, 4,
54  ROOT::Math::MatRepSym<float,4> > SymMatrix4x4F;
55  typedef ROOT::Math::SMatrix<float, 5, 5,
56  ROOT::Math::MatRepSym<float,5> > SymMatrix5x5F;
57  typedef ROOT::Math::SMatrix<float, 6, 6,
58  ROOT::Math::MatRepSym<float,6> > SymMatrix6x6F;
59  typedef ROOT::Math::SMatrix<float, 7, 7,
60  ROOT::Math::MatRepSym<float,7> > SymMatrix7x7F;
61  typedef ROOT::Math::SMatrix<float, 8, 8,
62  ROOT::Math::MatRepSym<float,8> > SymMatrix8x8F;
63  typedef ROOT::Math::SMatrix<float, 9, 9,
64  ROOT::Math::MatRepSym<float,9> > SymMatrix9x9F;
65 
66 
67 }
68 #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)