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