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