25   for (
unsigned int i = 0; i < covar.
Nrow(); i++)
 
   26      for (
unsigned int j = i; 
j < covar.
Nrow(); 
j++)
 
   27         cov(i, 
j) = covar(i, 
j);
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
 
Class describing a symmetric matrix of size n.
 
std::vector< double > operator()(const MnUserCovariance &) const
calculate the eigenvalues
 
Class containing the covariance matrix data represented as a vector of size n*(n+1)/2 Used to hide in...
 
unsigned int Nrow() const
 
LAVector eigenvalues(const LASymMatrix &mat)
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...