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