Sign in
eigen
/
mirror
/
fe81b3f6512514ab70ed96566108c5992a8ee7d3
/
.
/
doc
/
snippets
/
Tutorial_commainit_01.cpp
blob: e3098cedb3b6480712e0560c3067ce19c89fb0ca [
file
]
Matrix3f
m
;
m
<<
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
;
cout
<<
m
;