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 


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:31:56