xref
: /
external
/
eigen
/
doc
/
snippets
/
Tutorial_commainit_01.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
Matrix3f
m
;
2
m
<<
1
,
2
,
3
,
3
4
,
5
,
6
,
4
7
,
8
,
9
;
5
std
::
cout
<<
m
;
6