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