Cwise_product.cpp
Go to the documentation of this file.
1 Array33i a = Array33i::Random(), b = Array33i::Random();
2 Array33i c = a * b;
3 cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl;
4 
Array33i a
Array33i c
Array33i b


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:41:54