/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
TrackingTools/GsfTools/interface/SingleGaussianState.icc
9 строк
327 B
Cms Build
Clang-Format
03 июн 2019, 06:51
03 июн 2019, 06:51
c1b767c
Код
Авторство
О чём код?
#include "DataFormats/Math/interface/invertPosDefMatrix.h" template <unsigned int N> const typename SingleGaussianState<N>::Matrix& SingleGaussianState<N>::weightMatrix() const { if (!theHasWeightMatrix) { invertPosDefMatrix(theCovariance, theWeightMatrix); theHasWeightMatrix = true; } return theWeightMatrix; }