#include <Math/SVector.h>
#include <Math/SMatrix.h>
Go to the source code of this file.
|
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 |
|
◆ SMATRIX_USE_CONSTEXPR
#define SMATRIX_USE_CONSTEXPR |
◆ AlgebraicMatrix67
typedef ROOT::Math::SMatrix<double, 6, 7, ROOT::Math::MatRepStd<double, 6, 7> > AlgebraicMatrix67 |
◆ AlgebraicMatrix76
typedef ROOT::Math::SMatrix<double, 7, 6, ROOT::Math::MatRepStd<double, 7, 6> > AlgebraicMatrix76 |
◆ AlgebraicMatrix77
typedef ROOT::Math::SMatrix<double, 7, 7, ROOT::Math::MatRepStd<double, 7, 7> > AlgebraicMatrix77 |
◆ AlgebraicSymMatrix77
◆ AlgebraicVector7