#include "Math/SVector.h"
#include "Math/SMatrix.h"
Go to the source code of this file.
Namespaces | |
GsfMatrixTools | |
Macros | |
#define | SMATRIX_USE_CONSTEXPR |
Functions | |
template<unsigned int N> | |
double | GsfMatrixTools::trace (const ROOT::Math::SMatrix< double, N, N > &matrix) |
template<typename T , unsigned int N> | |
double | GsfMatrixTools::trace (ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > const &a, ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > const &b) |
#define SMATRIX_USE_CONSTEXPR |
Definition at line 4 of file GsfMatrixTools.h.