Skip to content
GitLab
Explore
Sign in
libRaptorQ
external
eigen3
doc
snippets
Map_simple.cpp
Find file
Normal view
History
Permalink
Map_simple.cpp
93 B
Newer
Older
CMake rewrite
Luker
committed
Mar 07, 2016
1
2
3
int
array
[
9
];
for
(
int
i
=
0
;
i
<
9
;
++
i
)
array
[
i
]
=
i
;
cout
<<
Map
<
Matrix3i
>
(
array
)
<<
endl
;