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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:31:54