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