13 #if defined(DEBUG) || defined(WARNINGMSG)
30 MN_INFO_MSG(
"MnGlobalCorrelationCoeff: inversion of matrix fails.");
35 unsigned int n = cov.
Nrow();
37 for(
unsigned int i = 0; i <
n; i++) {
38 double denom =
inv(i,i)*cov(i,i);
39 if(denom < 1. && denom > 0.)
fGlobalCC.push_back(0.);
int Invert(LASymMatrix &)
Namespace for new ROOT classes and functions.
Class describing a symmetric matrix of size n.
double inv(double x)
For comparisons.
unsigned int Nrow() const
std::vector< double > fGlobalCC
MnGlobalCorrelationCoeff()