00001 MatrixXd m(3,4); 00002 m.resize(NoChange, 5); 00003 cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;