MatrixBase_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.replicate<3,2>() = ..." << endl;
4 cout << m.replicate<3,2>() << endl;
MatrixXi m


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:34:51