Summary: | Zero-sized blocks | ||
---|---|---|---|
Product: | Eigen | Reporter: | Christoph Hertzberg <chtz> |
Component: | Core - general | Assignee: | Christoph Hertzberg <chtz> |
Status: | RESOLVED FIXED | ||
Severity: | Unknown | CC: | gael.guennebaud, jacob.benoit.1 |
Priority: | Normal | ||
Version: | 3.2 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Bug Depends on: | |||
Bug Blocks: | 558 |
Description
Christoph Hertzberg
2013-10-29 13:32:58 UTC
hm, actually a workaround is: MatrixXd m; m.block<0,N>(i,j, 0,N); -- 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/696. |