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