Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
eigen
/
c981c48f5bc9aefeffc0bcb0cc3934c2fae179dd
/
.
/
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
;