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