MatrixBase_cwiseProduct.cpp
Go to the documentation of this file.
00001 Matrix3i a = Matrix3i::Random(), b = Matrix3i::Random();
00002 Matrix3i c = a.cwiseProduct(b);
00003 cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl;
00004 


libicr
Author(s): Robert Krug
autogenerated on Mon Jan 6 2014 11:33:06