Matrix_resize_NoChange_int.cpp
Go to the documentation of this file.
1 MatrixXd m(3,4);
2 m.resize(NoChange, 5);
3 cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;
MatrixXd m(3, 4)


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:42:50