Matrix_initializer_list_vector_cxx11.cpp
Go to the documentation of this file.
1 VectorXi v {{1, 2}};
2 cout << v << endl;
Matrix< int, Dynamic, 1 > VectorXi
DynamicĂ—1 vector of type int.
Definition: Matrix.h:500