Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
MatrixXd m {
{1, 2, 3},
{4, 5, 6}
};
cout << m << endl;