Created attachment 338 [details] Test for TriangularView<Strictly*> with a sparse matrix Dear Eigen developers, when used with a sparse matrix, TriangularView<StrictlyLower> and TriangularView<StrictlyUpper> also extract the diagonal of the matrix although StrictlyLower and StrictlyUpper should only consider the lower/upper triangle without the diagonal. The same code works when a dense matrix is considered.
Thanks for the report. It is now fixed with this changeset https://bitbucket.org/eigen/eigen/commits/77936e156776/ Changeset: 77936e156776 User: dnuentsa Date: 2013-06-11 14:42:29 Summary: Add support with unit test for off-diagonal sparse matrix views Affected #: 2 files
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/603.