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