22 MnPrint print(
"MnGlobalCorrelationCoeff");
27 print.
Warn(
"inversion of matrix fails");
31 unsigned int n = cov.
Nrow();
33 for (
unsigned int i = 0; i <
n; i++) {
34 double denom =
inv(i, i) * cov(i, i);
35 if (denom < 1. && denom > 0.)
38 fGlobalCC.push_back(std::sqrt(1. - 1. / denom));
Class describing a symmetric matrix of size n.
unsigned int Nrow() const
MnGlobalCorrelationCoeff()
std::vector< double > fGlobalCC
void Warn(const Ts &... args)
int Invert(LASymMatrix &)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
void inv(rsa_NUMBER *, rsa_NUMBER *, rsa_NUMBER *)