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

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

Doc

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