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