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