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