source:
pacpussensors/trunk/Vislab/lib3dv-1.2.0/lib3dv/eigen/doc/snippets/Map_simple.cpp
Last change on this file was 136, checked in by , 8 years ago | |
---|---|
File size: 93 bytes |
Line | |
---|---|
1 | int array[9]; |
2 | for(int i = 0; i < 9; ++i) array[i] = i; |
3 | cout << Map<Matrix3i>(array) << endl; |
Note:
See TracBrowser
for help on using the repository browser.