Matrix_resize_int_NoChange.cpp
Go to the documentation of this file.
1 MatrixXd m(3,4);
2 m.resize(5, NoChange);
3 cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;
m
MatrixXd m(3, 4)
Eigen::NoChange
@ NoChange
Definition: Constants.h:360


gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:03:36