Matrix_resize_int_NoChange.cpp 111 Bytes Edit Raw Blame History 1 2 3 MatrixXd m(3,4); m.resize(5, NoChange); cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;