gtsam
3rdparty
Eigen
doc
snippets
TopicAliasing_mult5.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
).
eval
().cwiseAbs();
5
cout <<
A
;
B
Definition:
test_numpy_dtypes.cpp:299
A
Definition:
test_numpy_dtypes.cpp:298
B
MatrixXf B(3, 2)
eval
internal::nested_eval< T, 1 >::type eval(const T &xpr)
Definition:
sparse_permutations.cpp:38
A
MatrixXf A(2, 2)
gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:21