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