Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
gtsam
3rdparty
Eigen
doc
snippets
TopicAliasing_mult4.cpp
Go to the documentation of this file.
1
MatrixXf
A
(2,2),
B
(3,2);
2
B
<< 2, 0, 0, 3, 1, 1;
3
A
<< 2, 0, 0, -2;
4
A
= (
B
*
A
).
cwiseAbs
();
5
cout <<
A
;
B
Definition:
test_numpy_dtypes.cpp:255
B
MatrixXf B(3, 2)
cwiseAbs
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseAbsReturnType cwiseAbs() const
Definition:
MatrixCwiseUnaryOps.h:32
A
MatrixXf A(2, 2)
A
Definition:
test_numpy_dtypes.cpp:254
gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:04