This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 71 - Optimize diagonal products even more
Summary: Optimize diagonal products even more
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Core - general (show other bugs)
Version: unspecified
Hardware: All All
: --- Unknown
Assignee: Gael Guennebaud
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 3.2
  Show dependency treegraph
 
Reported: 2010-10-16 04:58 UTC by Benoit Jacob
Modified: 2019-12-04 09:44 UTC (History)
2 users (show)



Attachments

Description Benoit Jacob 2010-10-16 04:58:23 UTC
There are still room for better vectorization, e.g., v0.asDiagonal() * v1 is not vectorized while it is simply v0.cwiseProduct(v1);
Comment 1 Gael Guennebaud 2013-06-18 17:46:36 UTC
Its better now:

https://bitbucket.org/eigen/eigen/commits/6687ef43d300/
Changeset:   6687ef43d300
User:        ggael
Date:        2013-06-18 17:44:25
Summary:     Bug 71: enable vectorization of diagonal products in more cases.

but I think we can even do better with matrices, so let's keep it open.
Comment 2 Gael Guennebaud 2013-06-18 18:57:57 UTC
OK, the problem with matrices is much more general, so let's close this one and start another one.
Comment 3 Nobody 2019-12-04 09:44:42 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/71.

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