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


libicr
Author(s): Robert Krug
autogenerated on Mon Jan 6 2014 11:33:05