Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
ArrayXd v = ArrayXd::LinSpaced(7, -2, 2);
cout << v << endl << endl;
cout << rint(v) << endl;