blob: 80ee75da5e82e096374442320103f11b4e9f5389 [file] [log] [blame]
Austin Schuh189376f2018-12-20 22:11:15 +11001ArrayXd v = ArrayXd::LinSpaced(5,0,1);
2cout << cosh(v) << endl;