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

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

Doc

File size: 113 bytes
Line 
1Matrix3f m;
2m.row(0) << 1, 2, 3;
3m.block(1,0,2,2) << 4, 5, 7, 8;
4m.col(2).tail(2) << 6, 9;
5std::cout << m;
Note: See TracBrowser for help on using the repository browser.