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 


libicr
Author(s): Robert Krug
autogenerated on Mon Jan 6 2014 11:32:36