Registered Member
|
I would have expected this to work but it does not seem to.
Is there something wrong with the code below ?
It seems that res_sparse is set to sym.selfadjointView<Eigen::Lower>(). Also while I am at it, even though I dont want to do this, the assignment below makes the sparse matrix have 0 elements. sym = sym.selfadjointView<Eigen::Lower>(); |
Moderator
|
Thank you for spotting this issue. This path (the dense matrix of the left-hand-side was not covered, and gcov did not spotted the issue: http://manao.inria.fr/CDash/viewCoverag ... eid=499456, line 371).
Anyway, that's fixed now: https://bitbucket.org/eigen/eigen/commits/2b969e50885e/ and backported to the 3.3 branch. |
Registered users: abc72656, Bing [Bot], daret, Google [Bot], Sogou [Bot], Yahoo [Bot]