blob: d95ae9b3ed82f5d2f1dcf3307f244649d88106c5 [file] [log] [blame]
int array[12];
for(int i = 0; i < 12; ++i) array[i] = i;
cout << Map<VectorXi, 0, InnerStride<2> >
(array, 6) // the inner stride has already been passed as template parameter
<< endl;