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

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

Doc

File size: 93 bytes
Line 
1int array[9];
2for(int i = 0; i < 9; ++i) array[i] = i;
3cout << Map<Matrix3i>(array) << endl;
Note: See TracBrowser for help on using the repository browser.