Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
Matrix3f m;
m << 1, 2, 3,
4, 5, 6,
7, 8, 9;
std::cout << m;