gtsam
3rdparty
Eigen
doc
snippets
DirectionWise_replicate.cpp
Go to the documentation of this file.
1
MatrixXi
m
= MatrixXi::Random(2,3);
2
cout <<
"Here is the matrix m:"
<< endl <<
m
<< endl;
3
cout <<
"m.colwise().replicate<3>() = ..."
<< endl;
4
cout <<
m
.colwise().replicate<3>() << endl;
m
MatrixXi m
Definition:
DirectionWise_replicate.cpp:1
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:02:13