Bugzilla – Attachment 570 Details for
Bug 1009
One-index coeff accessors should static_assert on LinearAccessBit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
This bugzilla service is closed. All entries have been migrated to
https://gitlab.com/libeigen/eigen
minimal testcase
eigen-block-linear-access.cpp (text/x-c++src), 135 bytes, created by
Benoit Jacob
on 2015-05-01 15:10:30 UTC
(
hide
)
Description:
minimal testcase
Filename:
MIME Type:
Creator:
Benoit Jacob
Created:
2015-05-01 15:10:30 UTC
Size:
135 bytes
patch
obsolete
>#include <Eigen/Core> > >using namespace Eigen; > >int main() >{ > MatrixXf m(10, 10); > Block<MatrixXf> b = m.block(1, 2, 3, 4); > b(1); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1009
: 570 |
571