Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c55b0172b26fcf0a0b8d5ef0b98c87128e0f6bdb
/
.
/
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
;