1int array[12];
2for(int i = 0; i < 12; ++i) array[i] = i;
3cout << Map<MatrixXi, 0, OuterStride<> >(array, 3, 3, OuterStride<>(4)) << endl;
4