Sign in
eigen
/
mirror
/
be7791e097c1fc21d4f2e8713467431784f3a4fd
/
.
/
doc
/
snippets
/
Matrix_initializer_list_23_cxx11.cpp
blob: 60280ab58e4b8109b292efda240fafee072cbef0 [
file
]
MatrixXd
m
{
{
1
,
2
,
3
},
{
4
,
5
,
6
}
};
cout
<<
m
<<
endl
;