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

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

Doc

File size: 153 bytes
Line 
1Matrix3i a = Matrix3i::Random(), b = Matrix3i::Random();
2Matrix3i c = a.cwiseProduct(b);
3cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl;
4
Note: See TracBrowser for help on using the repository browser.