Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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