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