#include "Math/SMatrix.h"
Include dependency graph for MatrixManip.h:
Go to the source code of this file.
Namespaces | |
namespace | Gaudi |
namespace | Gaudi::Math |
Defines | |
#define | LHCBMATH_MATRIXMANIP_H 1 |
Functions | |
template<typename M> | |
SMatrix< typename M::value_type, M::kRows, M::kRows, MatRepSym< typename M::value_type, M::kRows > > | Gaudi::Math::Symmetrize (const M &rhs) |
Create a new symmetric matrix from the upper triangle of the input matrix. |
Definition in file MatrixManip.h.
#define LHCBMATH_MATRIXMANIP_H 1 |
Definition at line 3 of file MatrixManip.h.