Forked from
xiaoboh2 / Eigen
1024 commits behind the upstream repository.
-
Aaron Franke authored
UTF-8, LF, no BOM, and newlines at the end of files
Aaron Franke authoredUTF-8, LF, no BOM, and newlines at the end of files
Array_initializer_list_23_cxx11.cpp 60 B
ArrayXXi a {
{1, 2, 3},
{3, 4, 5}
};
cout << a << endl;