CMS 3D CMS Logo

Macros | Typedefs
Matrices.h File Reference
#include <Math/SVector.h>
#include <Math/SMatrix.h>

Go to the source code of this file.

Macros

#define SMATRIX_USE_CONSTEXPR
 

Typedefs

typedef ROOT::Math::SMatrix< double, 6, 7, ROOT::Math::MatRepStd< double, 6, 7 > > AlgebraicMatrix67
 
typedef ROOT::Math::SMatrix< double, 7, 6, ROOT::Math::MatRepStd< double, 7, 6 > > AlgebraicMatrix76
 
typedef ROOT::Math::SMatrix< double, 7, 7, ROOT::Math::MatRepStd< double, 7, 7 > > AlgebraicMatrix77
 
typedef ROOT::Math::SMatrix< double, 7, 7, ROOT::Math::MatRepSym< double, 7 > > AlgebraicSymMatrix77
 
typedef ROOT::Math::SVector< double, 7 > AlgebraicVector7
 

Macro Definition Documentation

◆ SMATRIX_USE_CONSTEXPR

#define SMATRIX_USE_CONSTEXPR

Definition at line 4 of file Matrices.h.

Typedef Documentation

◆ AlgebraicMatrix67

typedef ROOT::Math::SMatrix<double, 6, 7, ROOT::Math::MatRepStd<double, 6, 7> > AlgebraicMatrix67

Definition at line 11 of file Matrices.h.

◆ AlgebraicMatrix76

typedef ROOT::Math::SMatrix<double, 7, 6, ROOT::Math::MatRepStd<double, 7, 6> > AlgebraicMatrix76

Definition at line 12 of file Matrices.h.

◆ AlgebraicMatrix77

typedef ROOT::Math::SMatrix<double, 7, 7, ROOT::Math::MatRepStd<double, 7, 7> > AlgebraicMatrix77

Definition at line 10 of file Matrices.h.

◆ AlgebraicSymMatrix77

typedef ROOT::Math::SMatrix<double, 7, 7, ROOT::Math::MatRepSym<double, 7> > AlgebraicSymMatrix77

Definition at line 9 of file Matrices.h.

◆ AlgebraicVector7

typedef ROOT::Math::SVector<double, 7> AlgebraicVector7

Definition at line 8 of file Matrices.h.