This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 1407 - Four-Matrix Sparse Multiply Doesn't Work
Summary: Four-Matrix Sparse Multiply Doesn't Work
Status: NEW
Alias: None
Product: Eigen
Classification: Unclassified
Component: Sparse (show other bugs)
Version: unspecified
Hardware: All All
: Normal Unknown
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-17 02:23 UTC by citibeth
Modified: 2019-12-04 16:53 UTC (History)
2 users (show)



Attachments

Description citibeth 2017-03-17 02:23:44 UTC
If A, B, C and D are SparseMatrix instances, I can do:
   Eigen::SparseMatrix X(A*B*C)

But the following doesn't work, it yields a matrix that just zeros everything out:
   Eigen::SparseMatrix X(A*B*C*D)

So it seems that Eigen can handle multiplying three matrices in one expression, but not four.  For the latter case, splitting it up into two multiply steps works.
Comment 1 Nobody 2019-12-04 16:53:47 UTC
-- 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/1407.

Note You need to log in before you can comment on or make changes to this bug.