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

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

Doc

File size: 87 bytes
Line 
1MatrixXd m(2,3);
2m << 2, 0.5, 1,
3 3, 0.25, 1;
4cout << m.cwiseInverse() << endl;
Note: See TracBrowser for help on using the repository browser.