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