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 10 of file invertPosDefMatrix.h.
References ROOT::Math::CholeskyDecomp< F, N >::Invert(), and m.
Referenced by PerigeeTrajectoryError::calculateWeightMatrix(), KalmanVertexUpdator< N >::chi2Increment(), TrajectoryStateCombiner::combine(), KalmanVertexUpdator< N >::positionUpdate(), KalmanVertexTrackUpdator< N >::trackRefit(), KinematicConstrainedVertexUpdatorT< nTrk, nConstraint >::update(), and LocalTrajectoryError::weightMatrix().
|
inline |
Definition at line 22 of file invertPosDefMatrix.h.
References ROOT::Math::CholeskyDecomp< F, N >::Invert().