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