1int array[9];
2for(int i = 0; i < 9; ++i) array[i] = i;
3cout << Map<Matrix3i>(array) << endl;
4