23 for (
unsigned int i = 0; i < covar.
Nrow(); i++)
24 for (
unsigned int j = i; j < covar.
Nrow(); j++)
25 cov(i, j) = covar(i, j);
29 std::vector<double> result(eigen.
Data(), eigen.
Data() + covar.
Nrow());
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 &)
LAVector MnAlgebraicVector
LASymMatrix MnAlgebraicSymMatrix