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