#include "Math/SMatrix.h"
#include "Math/CholeskyDecomp.h"
Go to the source code of this file.
Functions | |
template<typename T , unsigned int N> | |
bool | invertPosDefMatrix (ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > &m) |
template<typename T , unsigned int N> | |
bool | invertPosDefMatrix (ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > const &mIn, ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > &mOut) |
|
inline |
Definition at line 9 of file invertPosDefMatrix.h.
References ROOT::Math::CholeskyDecomp< F, N >::Invert(), and m.
Referenced by PerigeeTrajectoryError::calculateWeightMatrix(), TrajectoryStateCombiner::combine(), MRHChi2MeasurementEstimator::estimate(), Chi2StripEstimator::estimate(), Chi2MeasurementEstimatorForTrackerHits::estimate(), KFStripUpdator::update(), KinematicConstrainedVertexUpdatorT< nTrk, nConstraint >::update(), and LocalTrajectoryError::weightMatrix().
|
inline |
Definition at line 21 of file invertPosDefMatrix.h.
References ROOT::Math::CholeskyDecomp< F, N >::Invert().