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

Bug 43

Summary: Better vectorization of jacobi rotations for complexes
Product: Eigen Reporter: Gael Guennebaud <gael.guennebaud>
Component: JacobiAssignee: Gael Guennebaud <gael.guennebaud>
Status: NEW ---    
Severity: enhancement    
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:

Description Gael Guennebaud 2010-10-12 16:40:13 UTC
The idea is to do the same as for standard matrix products: unpack the sine/cosine, split the real and imaginary parts and combine them at the end only... See the matrix product code for inspiration ;)
Comment 1 Nobody 2019-12-04 09:37:22 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/43.