Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
Matrix2d md = Matrix2d::Identity() * 0.45;
Matrix2f mf = Matrix2f::Identity();
cout << md + mf.cast<double>() << endl;