blob: 2c2166eab1f0fecfa5aab0d3eec6b3beda5d5326 [file] [log] [blame]
ArrayXXi a {
{1, 2, 3},
{3, 4, 5}
};
cout << a << endl;