Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
Array3d v(3, 2, 4), w(5, 4, 2);
v /= w;
cout << v << endl;