Sign in
third-party-mirror
/
eigen
/
330386a2a53c01af5da284bd0b8130e4ac19e827
/
.
/
doc
/
snippets
/
Matrix_initializer_list_vector_cxx11.cpp
blob: 325257cb0c57b6f30720eb28d5f40eb0155ab4f9 [
file
]
VectorXi
v
{{
1
,
2
}};
cout
<<
v
<<
endl
;