source: pacpussensors/trunk/Vislab/lib3dv/eigen/doc/snippets/Map_outer_stride.cpp@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 138 bytes
Line 
1int array[12];
2for(int i = 0; i < 12; ++i) array[i] = i;
3cout << Map<MatrixXi, 0, OuterStride<> >(array, 3, 3, OuterStride<>(4)) << endl;
Note: See TracBrowser for help on using the repository browser.