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

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

Doc

File size: 81 bytes
Line 
1MatrixXd m(2,3);
2m << 2, -4, 6,
3 -5, 1, 0;
4cout << m.cwiseAbs2() << endl;
Note: See TracBrowser for help on using the repository browser.