Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GenericMatrixTypes.h
Go to the documentation of this file.
1 
2 //---------------------------------------------------------------------------------
13 //---------------------------------------------------------------------------------
14 
15 #ifndef GAUDIKERNEL_GENERICMATRIXTYPES_H
16 #define GAUDIKERNEL_GENERICMATRIXTYPES_H 1
17 
18 // Include files
19 #include "Math/SMatrix.h"
20 
28 namespace Gaudi
29 {
30 
31  // NB : Please remember to give a simple doxygen comment for each typedef
32 
33  typedef ROOT::Math::SMatrix<double, 1, 1> Matrix1x1;
34  typedef ROOT::Math::SMatrix<double, 2, 2> Matrix2x2;
35  typedef ROOT::Math::SMatrix<double, 3, 3> Matrix3x3;
36  typedef ROOT::Math::SMatrix<double, 4, 4> Matrix4x4;
37  typedef ROOT::Math::SMatrix<double, 5, 5> Matrix5x5;
38  typedef ROOT::Math::SMatrix<double, 6, 6> Matrix6x6;
39  typedef ROOT::Math::SMatrix<double, 7, 7> Matrix7x7;
40  typedef ROOT::Math::SMatrix<double, 8, 8> Matrix8x8;
41  typedef ROOT::Math::SMatrix<double, 9, 9> Matrix9x9;
42 
43  typedef ROOT::Math::SMatrix<double, 1, 3> Matrix1x3;
44  typedef ROOT::Math::SMatrix<double, 1, 5> Matrix1x5;
45  typedef ROOT::Math::SMatrix<double, 1, 6> Matrix1x6;
46  typedef ROOT::Math::SMatrix<double, 4, 3> Matrix4x3;
47  typedef ROOT::Math::SMatrix<double, 3, 4> Matrix3x4;
48  typedef ROOT::Math::SMatrix<double, 3, 5> Matrix3x5;
49  typedef ROOT::Math::SMatrix<double, 3, 6> Matrix3x6;
50  typedef ROOT::Math::SMatrix<double, 2, 3> Matrix2x3;
51  typedef ROOT::Math::SMatrix<double, 3, 2> Matrix3x2;
52 
53  typedef ROOT::Math::SMatrix<float, 1, 1> Matrix1x1F;
54  typedef ROOT::Math::SMatrix<float, 2, 2> Matrix2x2F;
55  typedef ROOT::Math::SMatrix<float, 3, 3> Matrix3x3F;
56  typedef ROOT::Math::SMatrix<float, 4, 4> Matrix4x4F;
57  typedef ROOT::Math::SMatrix<float, 5, 5> Matrix5x5F;
58  typedef ROOT::Math::SMatrix<float, 6, 6> Matrix6x6F;
59  typedef ROOT::Math::SMatrix<float, 7, 7> Matrix7x7F;
60  typedef ROOT::Math::SMatrix<float, 8, 8> Matrix8x8F;
61  typedef ROOT::Math::SMatrix<float, 9, 9> Matrix9x9F;
62 
63  typedef ROOT::Math::SMatrix<float, 1, 5> Matrix1x5F;
64  typedef ROOT::Math::SMatrix<float, 4, 3> Matrix4x3F;
65  typedef ROOT::Math::SMatrix<float, 3, 4> Matrix3x4F;
66  typedef ROOT::Math::SMatrix<float, 2, 3> Matrix2x3F;
67  typedef ROOT::Math::SMatrix<float, 3, 2> Matrix3x2F;
68 
69 }
70 #endif // KERNEL_GENERICMATRIXTYPES_H

Generated at Wed Jun 4 2014 14:48:56 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004