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