GenericMatrixTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
10 //---------------------------------------------------------------------------------
11 
12 #ifndef GAUDIKERNEL_GENERICMATRIXTYPES_H
13 #define GAUDIKERNEL_GENERICMATRIXTYPES_H 1
14 
15 // Include files
16 #include "Math/SMatrix.h"
17 
25 namespace Gaudi
26 {
27 
28  // NB : Please remember to give a simple doxygen comment for each typedef
29 
30  typedef ROOT::Math::SMatrix<double, 1, 1> Matrix1x1;
31  typedef ROOT::Math::SMatrix<double, 2, 2> Matrix2x2;
32  typedef ROOT::Math::SMatrix<double, 3, 3> Matrix3x3;
33  typedef ROOT::Math::SMatrix<double, 4, 4> Matrix4x4;
34  typedef ROOT::Math::SMatrix<double, 5, 5> Matrix5x5;
35  typedef ROOT::Math::SMatrix<double, 6, 6> Matrix6x6;
36  typedef ROOT::Math::SMatrix<double, 7, 7> Matrix7x7;
37  typedef ROOT::Math::SMatrix<double, 8, 8> Matrix8x8;
38  typedef ROOT::Math::SMatrix<double, 9, 9> Matrix9x9;
39 
40  typedef ROOT::Math::SMatrix<double, 1, 3> Matrix1x3;
41  typedef ROOT::Math::SMatrix<double, 1, 5> Matrix1x5;
42  typedef ROOT::Math::SMatrix<double, 1, 6> Matrix1x6;
43  typedef ROOT::Math::SMatrix<double, 4, 3> Matrix4x3;
44  typedef ROOT::Math::SMatrix<double, 3, 4> Matrix3x4;
45  typedef ROOT::Math::SMatrix<double, 3, 5> Matrix3x5;
46  typedef ROOT::Math::SMatrix<double, 3, 6> Matrix3x6;
47  typedef ROOT::Math::SMatrix<double, 2, 3> Matrix2x3;
48  typedef ROOT::Math::SMatrix<double, 3, 2> Matrix3x2;
49 
50  typedef ROOT::Math::SMatrix<float, 1, 1> Matrix1x1F;
51  typedef ROOT::Math::SMatrix<float, 2, 2> Matrix2x2F;
52  typedef ROOT::Math::SMatrix<float, 3, 3> Matrix3x3F;
53  typedef ROOT::Math::SMatrix<float, 4, 4> Matrix4x4F;
54  typedef ROOT::Math::SMatrix<float, 5, 5> Matrix5x5F;
55  typedef ROOT::Math::SMatrix<float, 6, 6> Matrix6x6F;
56  typedef ROOT::Math::SMatrix<float, 7, 7> Matrix7x7F;
57  typedef ROOT::Math::SMatrix<float, 8, 8> Matrix8x8F;
58  typedef ROOT::Math::SMatrix<float, 9, 9> Matrix9x9F;
59 
60  typedef ROOT::Math::SMatrix<float, 1, 5> Matrix1x5F;
61  typedef ROOT::Math::SMatrix<float, 4, 3> Matrix4x3F;
62  typedef ROOT::Math::SMatrix<float, 3, 4> Matrix3x4F;
63  typedef ROOT::Math::SMatrix<float, 2, 3> Matrix2x3F;
64  typedef ROOT::Math::SMatrix<float, 3, 2> Matrix3x2F;
65 
66 }
67 #endif // KERNEL_GENERICMATRIXTYPES_H
ROOT::Math::SMatrix< double, 8, 8 > Matrix8x8
Generic 8x8 matrix (double)
ROOT::Math::SMatrix< double, 4, 4 > Matrix4x4
Generic 4x4 matrix (double)
ROOT::Math::SMatrix< double, 3, 5 > Matrix3x5
Generic 3x5 matrix (double)
ROOT::Math::SMatrix< float, 8, 8 > Matrix8x8F
Generic 8x8 matrix (float)
ROOT::Math::SMatrix< float, 9, 9 > Matrix9x9F
Generic 9x9 matrix (float)
ROOT::Math::SMatrix< float, 3, 4 > Matrix3x4F
Generic 3x4 matrix (float)
ROOT::Math::SMatrix< double, 9, 9 > Matrix9x9
Generic 9x9 matrix (double)
ROOT::Math::SMatrix< double, 3, 3 > Matrix3x3
Generic 3x3 matrix (double)
ROOT::Math::SMatrix< double, 3, 2 > Matrix3x2
Generic 3x2 matrix (double)
ROOT::Math::SMatrix< float, 3, 3 > Matrix3x3F
Generic 3x3 matrix (float)
ROOT::Math::SMatrix< double, 1, 1 > Matrix1x1
Generic 1x1 matrix (double)
ROOT::Math::SMatrix< float, 1, 1 > Matrix1x1F
Generic 1x1 matrix (float)
ROOT::Math::SMatrix< double, 3, 6 > Matrix3x6
Generic 3x6 matrix (double)
ROOT::Math::SMatrix< double, 4, 3 > Matrix4x3
Generic 4x3 matrix (double)
ROOT::Math::SMatrix< double, 2, 3 > Matrix2x3
Generic 2x3 matrix (double)
ROOT::Math::SMatrix< double, 1, 6 > Matrix1x6
Generic 1x6 matrix (double)
ROOT::Math::SMatrix< double, 6, 6 > Matrix6x6
Generic 6x6 matrix (double)
ROOT::Math::SMatrix< float, 2, 3 > Matrix2x3F
Generic 2x3 matrix (float)
ROOT::Math::SMatrix< float, 7, 7 > Matrix7x7F
Generic 7x7 matrix (float)
ROOT::Math::SMatrix< double, 5, 5 > Matrix5x5
Generic 5x5 matrix (double)
ROOT::Math::SMatrix< double, 7, 7 > Matrix7x7
Generic 7x7 matrix (double)
ROOT::Math::SMatrix< double, 1, 5 > Matrix1x5
Generic 1x5 matrix (double)
ROOT::Math::SMatrix< double, 2, 2 > Matrix2x2
Generic 2x2 matrix (double)
ROOT::Math::SMatrix< float, 2, 2 > Matrix2x2F
Generic 2x2 matrix (float)
ROOT::Math::SMatrix< double, 1, 3 > Matrix1x3
Generic 1x3 matrix (double)
ROOT::Math::SMatrix< float, 5, 5 > Matrix5x5F
Generic 5x5 matrix (float)
ROOT::Math::SMatrix< float, 4, 3 > Matrix4x3F
Generic 4x3 matrix (float)
ROOT::Math::SMatrix< float, 4, 4 > Matrix4x4F
Generic 4x4 matrix (float)
ROOT::Math::SMatrix< double, 3, 4 > Matrix3x4
Generic 3x4 matrix (double)
ROOT::Math::SMatrix< float, 6, 6 > Matrix6x6F
Generic 6x6 matrix (float)
Helper functions to set/get the application return code.
Definition: __init__.py:1
ROOT::Math::SMatrix< float, 3, 2 > Matrix3x2F
Generic 3x2 matrix (float)
ROOT::Math::SMatrix< float, 1, 5 > Matrix1x5F
Generic 1x5 matrix (float)