gtsam
3rdparty
Eigen
doc
snippets
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
b
Array33i b
Definition:
Cwise_product.cpp:1
a
Array33i a
Definition:
Cwise_product.cpp:1
c
Array33i c
Definition:
Cwise_product.cpp:2
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:02:07