CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Matrices.h
Go to the documentation of this file.
1 #ifndef _Kinefit_SMATRIX_H_
2 #define _Kinefit_SMATRIX_H_
3 
5 
6 #ifdef CMS_NOCXX11
7 #define SMATRIX_USE_COMPUTATION
8 #else
9 #define SMATRIX_USE_CONSTEXPR
10 #endif
11 
12 #include <Math/SVector.h>
13 #include <Math/SMatrix.h>
14 
15 typedef ROOT::Math::SVector<double,7> AlgebraicVector7;
16 typedef ROOT::Math::SMatrix<double,7,7,ROOT::Math::MatRepSym<double,7> > AlgebraicSymMatrix77;
17 typedef ROOT::Math::SMatrix<double,7,7,ROOT::Math::MatRepStd<double,7,7> > AlgebraicMatrix77;
18 typedef ROOT::Math::SMatrix<double,6,7,ROOT::Math::MatRepStd<double,6,7> > AlgebraicMatrix67;
19 typedef ROOT::Math::SMatrix<double,7,6,ROOT::Math::MatRepStd<double,7,6> > AlgebraicMatrix76;
20 
21 #endif
ROOT::Math::SMatrix< double, 7, 6, ROOT::Math::MatRepStd< double, 7, 6 > > AlgebraicMatrix76
Definition: Matrices.h:19
ROOT::Math::SMatrix< double, 7, 7, ROOT::Math::MatRepSym< double, 7 > > AlgebraicSymMatrix77
Definition: Matrices.h:16
ROOT::Math::SVector< double, 7 > AlgebraicVector7
Definition: Matrices.h:15
ROOT::Math::SMatrix< double, 7, 7, ROOT::Math::MatRepStd< double, 7, 7 > > AlgebraicMatrix77
Definition: Matrices.h:17
ROOT::Math::SMatrix< double, 6, 7, ROOT::Math::MatRepStd< double, 6, 7 > > AlgebraicMatrix67
Definition: Matrices.h:18