Cwise_product.cpp
Go to the documentation of this file.
00001 Array33i a = Array33i::Random(), b = Array33i::Random();
00002 Array33i c = a * 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:00