Summary: | SoA support in Eigen | ||
---|---|---|---|
Product: | Eigen | Reporter: | Christoph Keller <christoph-keller> |
Component: | Core - matrix products | Assignee: | Christoph Keller <christoph-keller> |
Status: | DECISIONNEEDED --- | ||
Severity: | Feature Request | CC: | chtz |
Priority: | Low | Keywords: | performance |
Version: | 3.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: |
Description
Christoph Keller
2010-10-28 18:56:48 UTC
That sounds quite complicated to implement, or even to design a consistent API for that. In many cases it could be possible to work-around using something like: Array<Dynamic, 3> a, b; ArrayX c = (a*b).rowwise().sum() + b.rowwise().norm(); This would then require bug 65 to be properly implemented. -- 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/98. |