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;
MatrixXf B(3, 2)
MatrixXf A(2, 2)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const CwiseAbsReturnType cwiseAbs() const


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:21