silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2020-09-17 10:16:56 -04:00
parent e2fc70da62
commit 62a63d0cd8
3 changed files with 2 additions and 7 deletions

View File

@ -1353,7 +1353,7 @@ PrincipalEigen(ConstMatrix matrix,
Scalar eval;
// This line does all of the hard work:
size_t itern = ll_engine.run(eval, evec);
ll_engine.run(eval, evec);
for (int i = 0; i < n; i++)
eigenvector[i] = evec[i];