Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
a
Array33i a
Definition:
Cwise_product.cpp:1
c
Array33i c
Definition:
Cwise_product.cpp:2
b
Array33i b
Definition:
Cwise_product.cpp:1
gtsam
Author(s):
autogenerated on Sat May 8 2021 02:41:54