This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 43 - Better vectorization of jacobi rotations for complexes
Summary: Better vectorization of jacobi rotations for complexes
Status: NEW
Alias: None
Product: Eigen
Classification: Unclassified
Component: Jacobi (show other bugs)
Version: unspecified
Hardware: All All
: Lowest enhancement
Assignee: Gael Guennebaud
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 16:40 UTC by Gael Guennebaud
Modified: 2019-12-04 09:37 UTC (History)
0 users



Attachments

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.

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