1 #ifndef DataFormat_Math_ProjectMatrix_H 2 #define DataFormat_Math_ProjectMatrix_H 4 #define SMATRIX_USE_CONSTEXPR 5 #include "Math/SMatrix.h" 7 template <
typename T,
unsigned int N,
unsigned int D>
9 typedef ROOT::Math::SMatrix<T, D, D, ROOT::Math::MatRepSym<T, D> >
SMatDD;
10 typedef ROOT::Math::SMatrix<T, N, N>
SMatNN;
11 typedef ROOT::Math::SMatrix<T, N, D>
SMatND;
12 typedef ROOT::Math::SMatrix<T, D, N>
SMatDN;
19 for (
unsigned int i = 0;
i <
D;
i++)
26 for (
unsigned int i = 0;
i <
D;
i++) {
28 for (
unsigned int j = 0;
j <
N;
j++)
39 for (
unsigned int i = 0;
i <
D;
i++)
40 for (
unsigned int j = 0;
j <
D;
j++)
48 for (
unsigned int i = 0;
i <
N;
i++)
49 for (
unsigned int j = 0;
j <
D;
j++)
56 for (
unsigned int i = 0;
i <
N;
i++)
57 for (
unsigned int j = 0;
j <
D;
j++)
SMatNN project(SMatND const &k) const
ROOT::Math::SMatrix< T, D, N > SMatDN
ROOT::Math::SMatrix< T, D, D, ROOT::Math::MatRepSym< T, D > > SMatDD
ROOT::Math::SMatrix< T, N, D > SMatND
DecomposeProduct< arg, typename Div::arg > D
ROOT::Math::SMatrix< T, N, N > SMatNN
void fromH(SMatDN const &H)
SMatND project(SMatDD const &s) const
void projectAndSubtractFrom(SMatNN &__restrict__ s, SMatND const &__restrict__ k) const