#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<typename T , unsigned int N> | |
T | GsfMatrixTools::trace (ROOT::Math::SMatrix< T, N, N > const &matrix) |
template<typename T , unsigned int N> | |
T | 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.