Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
f9659d91f1b5486964e0c66187f4a0cbcac2accf
/
.
/
doc
/
snippets
/
Map_simple.cpp
blob: 423bb52ad94d01310582f0681279dcc108a9e231 [
file
] [
log
] [
blame
]
int
array
[
9
];
for
(
int
i
=
0
;
i
<
9
;
++
i
)
array
[
i
]
=
i
;
cout
<<
Map
<
Matrix3i
>(
array
)
<<
endl
;