#include "GaudiKernel/SymmetricMatrixTypes.h"
#include "SymMatrixInverter.h"
#include "SymPosDefMatrixInverter.h"
Include dependency graph for MatrixInversion.h:
Go to the source code of this file.
Namespaces | |
namespace | Gaudi |
namespace | Gaudi::Math |
Functions | |
template<class T> | |
bool | Gaudi::Math::invertPosDefSymMatrix (T &matrix) |
invert symmetric positive definite matrices | |
template<class T> | |
bool | Gaudi::Math::invertSymMatrix (T &matrix) |
invert symmetric matrices |
Also provides an alternative to the standard ROOT inversion routine for the general symmetric case.
Definition in file MatrixInversion.h.