This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen

Bug 71

Summary: Optimize diagonal products even more
Product: Eigen Reporter: Benoit Jacob <jacob.benoit.1>
Component: Core - generalAssignee: Gael Guennebaud <gael.guennebaud>
Status: RESOLVED FIXED    
Severity: Unknown CC: gael.guennebaud, jacob.benoit.1
Priority: ---    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 387    

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.