Eigen 3.4.90
doc
snippets
Array_initializer_list_vector_cxx11.cpp
Go to the documentation of this file.
1
Array<int, Dynamic, 1>
v
{{1, 2, 3, 4, 5}};
2
cout <<
v
<< endl;
v
Array< int, Dynamic, 1 > v
Definition:
Array_initializer_list_vector_cxx11.cpp:1