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

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

Doc

File size: 186 bytes
Line 
1MatrixXi m = MatrixXi::Random(2,3);
2cout << "Here is the matrix m:" << endl << m << endl;
3cout << "m.colwise().replicate<3>() = ..." << endl;
4cout << m.colwise().replicate<3>() << endl;
Note: See TracBrowser for help on using the repository browser.