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

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

Doc

File size: 111 bytes
Line 
1MatrixXd m(3,4);
2m.resize(NoChange, 5);
3cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;
Note: See TracBrowser for help on using the repository browser.