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

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

Doc

File size: 132 bytes
Line 
1MatrixXf matA(2, 2);
2matA << 1, 2, 3, 4;
3MatrixXf matB(4, 4);
4matB << matA, matA/10, matA/10, matA;
5std::cout << matB << std::endl;
Note: See TracBrowser for help on using the repository browser.