Skip to content
Snippets Groups Projects
Forked from xiaoboh2 / Eigen
1024 commits behind the upstream repository.
Array_initializer_list_23_cxx11.cpp 60 B
ArrayXXi a {
  {1, 2, 3},
  {3, 4, 5}
};
cout << a << endl;