Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
MatrixXd m(3, 4);
m.resize(5, NoChange);
cout << "m: " << m.rows() << " rows, " << m.cols() << " cols" << endl;