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);
31 std::vector<double> result(eigen.
Data(), eigen.
Data()+covar.
Nrow());
Namespace for new ROOT classes and functions.
Class describing a symmetric matrix of size n.
unsigned int Nrow() const
std::vector< double > operator()(const MnUserCovariance &) const
calculate the eigenvalues
const double * Data() const
LAVector eigenvalues(const LASymMatrix &mat)
Class containing the covariance matrix data represented as a vector of size n*(n+1)/2 Used to hide in...