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());
Class describing a symmetric matrix of size n.
const double * Data() const
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...